Skip to content

Commit 6af9b59

Browse files
committed
Fix
1 parent 23ac566 commit 6af9b59

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/enum-adapter-errors.neon

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ parameters:
99
message: "#^Parameter \\#9 \\$reflection of class PHPStan\\\\Reflection\\\\ClassReflection constructor expects ReflectionClass, PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionClass\\|PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum given\\.$#"
1010
count: 1
1111
path: ../src/Analyser/NodeScopeResolver.php
12+
13+
-
14+
message: "#^Class ReflectionEnum not found\.$#"
15+
count: 1
16+
path: ../tests/PHPStan/Reflection/ClassReflectionTest.php

0 commit comments

Comments
 (0)