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 23ac566 commit 6af9b59Copy full SHA for 6af9b59
build/enum-adapter-errors.neon
@@ -9,3 +9,8 @@ parameters:
9
message: "#^Parameter \\#9 \\$reflection of class PHPStan\\\\Reflection\\\\ClassReflection constructor expects ReflectionClass, PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionClass\\|PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum given\\.$#"
10
count: 1
11
path: ../src/Analyser/NodeScopeResolver.php
12
+
13
+ -
14
+ message: "#^Class ReflectionEnum not found\.$#"
15
+ count: 1
16
+ path: ../tests/PHPStan/Reflection/ClassReflectionTest.php
0 commit comments