We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3170d7d commit cfd8285Copy full SHA for cfd8285
src/Parser/TypeParser.php
@@ -11,9 +11,6 @@ class TypeParser
11
/** @var ConstExprParser|null */
12
private $constExprParser;
13
14
- /**
15
- * @param ConstExprParser|null $constExprParser
16
- */
17
public function __construct(?ConstExprParser $constExprParser = null)
18
{
19
$this->constExprParser = $constExprParser;
0 commit comments