Skip to content

Commit 726df71

Browse files
committed
Fix
1 parent 0917670 commit 726df71

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

build/enum-adapter-errors.neon

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,17 @@ parameters:
1212

1313
-
1414
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\\.$#"
1520
count: 1
1621
path: ../src/Reflection/ClassReflection.php
1722

1823
-
1924
message: "#^Class ReflectionEnum not found\\.$#"
20-
count: 2
25+
count: 3
2126
path: ../src/Reflection/ClassReflection.php
2227

2328
-

0 commit comments

Comments
 (0)