Skip to content

Commit 6778ace

Browse files
committed
add property.notFound baseline entry for PHP < 8.0 (phpdoc-parser lacks templateTypes)
1 parent a0f9af0 commit 6778ace

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/baseline-pre-8.0.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ parameters:
134134
count: 1
135135
path: ../src/Type/TypeCombinator.php
136136

137+
-
138+
rawMessage: 'Access to an undefined property PHPStan\PhpDocParser\Ast\PhpDoc\TypeAliasTagValueNode::$templateTypes.'
139+
identifier: property.notFound
140+
count: 1
141+
path: ../src/PhpDoc/PhpDocNodeResolver.php
142+
137143
-
138144
rawMessage: Access to property $id of internal class Symfony\Polyfill\Php80\PhpToken from outside its root namespace Symfony.
139145
identifier: property.internalClass

0 commit comments

Comments
 (0)