Skip to content

Commit 266b85d

Browse files
committed
Fix build
1 parent 297a9fe commit 266b85d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/enum-adapter-errors.neon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ parameters:
222222

223223
-
224224
message: "#^Call to method getName\\(\\) on an unknown class PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum\\.$#"
225-
count: 1
225+
count: 2
226226
path: ../src/Reflection/Native/NativeMethodReflection.php
227227

228228
-
@@ -287,7 +287,7 @@ parameters:
287287

288288
-
289289
message: "#^Call to method getName\\(\\) on an unknown class PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum\\.$#"
290-
count: 1
290+
count: 2
291291
path: ../src/Reflection/Php/PhpMethodReflection.php
292292

293293
-

0 commit comments

Comments
 (0)