Skip to content

Commit b73602e

Browse files
committed
Fix build
1 parent b9d9626 commit b73602e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: build/enum-adapter-errors.neon

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ parameters:
22
ignoreErrors:
33
-
44
message: "#^Call to method getAttributes\\(\\) on an unknown class PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum\\.$#"
5-
count: 3
5+
count: 2
66
path: ../src/Reflection/ClassReflection.php
77

88
-
@@ -112,7 +112,7 @@ parameters:
112112

113113
-
114114
message: "#^Class PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum not found\\.$#"
115-
count: 5
115+
count: 4
116116
path: ../src/Reflection/ClassReflection.php
117117

118118
-

0 commit comments

Comments
 (0)