File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -134,12 +134,6 @@ 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-
143137 -
144138 rawMessage : Access to property $id of internal class Symfony\Polyfill\Php80\PhpToken from outside its root namespace Symfony.
145139 identifier : property.internalClass
Original file line number Diff line number Diff line change 11parameters :
22 ignoreErrors :
3+ -
4+ rawMessage : ' Access to an undefined property PHPStan\PhpDocParser\Ast\PhpDoc\TypeAliasTagValueNode::$templateTypes.'
5+ identifier : property.notFound
6+ count : 1
7+ path : src/PhpDoc/PhpDocNodeResolver.php
8+
39 -
410 rawMessage : ' Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.'
511 identifier : phpstanApi.instanceofType
You can’t perform that action at this time.
0 commit comments