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 6762291 commit 5e4c881Copy full SHA for 5e4c881
src/Parser/TypeParser.php
@@ -29,11 +29,7 @@ class TypeParser
29
private $useIndexAttributes;
30
31
/**
32
- * @param array{
33
- * lines?: bool,
34
- * indexes?: bool,
35
- * comments?: bool
36
- * } $usedAttributes
+ * @param array{lines?: bool, indexes?: bool, comments?: bool} $usedAttributes
37
*/
38
public function __construct(
39
?ConstExprParser $constExprParser = null,
0 commit comments