Skip to content

Commit cfd8285

Browse files
committed
Fix CS
1 parent 3170d7d commit cfd8285

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Parser/TypeParser.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ class TypeParser
1111
/** @var ConstExprParser|null */
1212
private $constExprParser;
1313

14-
/**
15-
* @param ConstExprParser|null $constExprParser
16-
*/
1714
public function __construct(?ConstExprParser $constExprParser = null)
1815
{
1916
$this->constExprParser = $constExprParser;

0 commit comments

Comments
 (0)