Skip to content

Commit 0eebba6

Browse files
committed
minor symfony#48215 [PropertyInfo] ensure docblock compatibility with PhpStan's docblock parser (xabbuh)
This PR was merged into the 4.4 branch. Discussion ---------- [PropertyInfo] ensure docblock compatibility with PhpStan's docblock parser | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | In their next releases both packages phpdocumentor/reflection-docblock and phpdocumentor/type-resolver will start using the docblock parser from PhpStan. Commits ------- 152cafb ensure docblock compatibility with PhpStan's docblock parser
2 parents 627660b + 152cafb commit 0eebba6

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)