Skip to content

Commit 808ab51

Browse files
committed
Fix build
This reverts commit 58d53bf.
1 parent d0c0938 commit 808ab51

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

build/enum-adapter-errors.neon

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,13 @@ parameters:
139139
message: "#^Property PHPStan\\\\Reflection\\\\ClassReflection\\:\\:\\$reflection has unknown class PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum as its type\\.$#"
140140
count: 1
141141
path: ../src/Reflection/ClassReflection.php
142+
143+
-
144+
message: "#^Method PHPStan\\\\Reflection\\\\Php\\\\BuiltinMethodReflection\\:\\:getDeclaringClass\\(\\) has invalid return type PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum\\.$#"
145+
count: 1
146+
path: ../src/Reflection/Php/BuiltinMethodReflection.php
147+
148+
-
149+
message: "#^Method PHPStan\\\\Reflection\\\\Php\\\\NativeBuiltinMethodReflection\\:\\:getDeclaringClass\\(\\) has invalid return type PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum\\.$#"
150+
count: 1
151+
path: ../src/Reflection/Php/NativeBuiltinMethodReflection.php

0 commit comments

Comments
 (0)