We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65330d3 commit 58a4ae9Copy full SHA for 58a4ae9
build/enum-adapter-errors.neon
@@ -305,6 +305,11 @@ parameters:
305
count: 1
306
path: ../src/Rules/Cast/InvalidCastRule.php
307
308
+ -
309
+ message: "#^Call to method getTraitAliases\\(\\) on an unknown class PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum\\.$#"
310
+ count: 1
311
+ path: ../src/Rules/Methods/IllegalConstructorStaticCallRule.php
312
+
313
-
314
message: "#^Call to method getMethods\\(\\) on an unknown class PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum\\.$#"
315
0 commit comments