Skip to content

Commit 5e4c881

Browse files
committed
undo multiline
1 parent 6762291 commit 5e4c881

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Parser/TypeParser.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ class TypeParser
2929
private $useIndexAttributes;
3030

3131
/**
32-
* @param array{
33-
* lines?: bool,
34-
* indexes?: bool,
35-
* comments?: bool
36-
* } $usedAttributes
32+
* @param array{lines?: bool, indexes?: bool, comments?: bool} $usedAttributes
3733
*/
3834
public function __construct(
3935
?ConstExprParser $constExprParser = null,

0 commit comments

Comments
 (0)