Skip to content

Commit 45f5944

Browse files
committed
PHPStan rm ignoreError "Access to an undefined static property $instances"
1 parent 8e434db commit 45f5944

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phpstan.neon.dist

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ parameters:
77
# EnumSerializableTrait
88
- message: '#Access to private property \$[a-z]+ of parent class MabeEnum\\Enum#'
99
path: %currentWorkingDirectory%/src/EnumSerializableTrait.php
10-
- message: '#Access to an undefined static property MabeEnumTest\\TestAsset\\SerializableEnum::\$instances#'
11-
path: %currentWorkingDirectory%/src/EnumSerializableTrait.php
1210

1311
# Tests
1412
- message: '#Parameter \#\d \$[a-z]* of static method MabeEnum\\Enum::[^ ]* expects [^ ]*, .+ given#'

0 commit comments

Comments
 (0)