File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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 -
You can’t perform that action at this time.
0 commit comments