Skip to content

Commit 152cafb

Browse files
committed
ensure docblock compatibility with PhpStan's docblock parser
In their next releases both packages phpdocumentor/reflection-docblock and phpdocumentor/type-resolver will start using the docblock parser from PhpStan.
1 parent 627660b commit 152cafb

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/PropertyInfo/Tests/Fixtures

1 file changed

+1
-1
lines changed

src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class Dummy extends ParentDummy
8484
public $h;
8585

8686
/**
87-
* @var ?string|int
87+
* @var string|int|null
8888
*/
8989
public $i;
9090

0 commit comments

Comments
 (0)