Skip to content

Commit 00cbf73

Browse files
committed
Fix baseline
1 parent 4ea501c commit 00cbf73

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

build/enum-adapter-errors.neon

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@ parameters:
22
ignoreErrors:
33
-
44
message: "#^Call to method getBackingValue\\(\\) on an unknown class ReflectionEnumBackedCase\\.$#"
5-
count: 1
5+
count: 2
66
path: ../src/Reflection/ClassReflection.php
77

88
-
99
message: "#^Call to method getCase\\(\\) on an unknown class ReflectionEnum\\.$#"
1010
count: 1
1111
path: ../src/Reflection/ClassReflection.php
1212

13+
-
14+
message: "#^Call to method getCases\\(\\) on an unknown class ReflectionEnum\\.$#"
15+
count: 1
16+
path: ../src/Reflection/ClassReflection.php
17+
1318
-
1419
message: "#^Call to method isBacked\\(\\) on an unknown class ReflectionEnum\\.$#"
1520
count: 2
@@ -22,12 +27,12 @@ parameters:
2227

2328
-
2429
message: "#^Class ReflectionEnum not found\\.$#"
25-
count: 3
30+
count: 4
2631
path: ../src/Reflection/ClassReflection.php
2732

2833
-
2934
message: "#^Class ReflectionEnumBackedCase not found\\.$#"
30-
count: 1
35+
count: 2
3136
path: ../src/Reflection/ClassReflection.php
3237

3338
-

0 commit comments

Comments
 (0)