We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45f5944 commit 92bd1e1Copy full SHA for 92bd1e1
phpstan.neon.dist
@@ -7,6 +7,8 @@ parameters:
7
# EnumSerializableTrait
8
- message: '#Access to private property \$[a-z]+ of parent class MabeEnum\\Enum#'
9
path: %currentWorkingDirectory%/src/EnumSerializableTrait.php
10
+ - message: '#Access to private static property \$instances#'
11
+ path: %currentWorkingDirectory%/src/EnumSerializableTrait.php
12
13
# Tests
14
- message: '#Parameter \#\d \$[a-z]* of static method MabeEnum\\Enum::[^ ]* expects [^ ]*, .+ given#'
0 commit comments