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 0917670 commit 726df71Copy full SHA for 726df71
build/enum-adapter-errors.neon
@@ -12,12 +12,17 @@ parameters:
12
13
-
14
message: "#^Call to method isBacked\\(\\) on an unknown class ReflectionEnum\\.$#"
15
+ count: 2
16
+ path: ../src/Reflection/ClassReflection.php
17
+
18
+ -
19
+ message: "#^Call to method getBackingType\\(\\) on an unknown class ReflectionEnum\\.$#"
20
count: 1
21
path: ../src/Reflection/ClassReflection.php
22
23
24
message: "#^Class ReflectionEnum not found\\.$#"
- count: 2
25
+ count: 3
26
27
28
0 commit comments