Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
This reverts commit 58d53bf.
  • Loading branch information
ondrejmirtes committed Nov 19, 2023
1 parent d0c0938 commit 808ab51
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build/enum-adapter-errors.neon
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,13 @@ parameters:
message: "#^Property PHPStan\\\\Reflection\\\\ClassReflection\\:\\:\\$reflection has unknown class PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum as its type\\.$#"
count: 1
path: ../src/Reflection/ClassReflection.php

-
message: "#^Method PHPStan\\\\Reflection\\\\Php\\\\BuiltinMethodReflection\\:\\:getDeclaringClass\\(\\) has invalid return type PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum\\.$#"
count: 1
path: ../src/Reflection/Php/BuiltinMethodReflection.php

-
message: "#^Method PHPStan\\\\Reflection\\\\Php\\\\NativeBuiltinMethodReflection\\:\\:getDeclaringClass\\(\\) has invalid return type PHPStan\\\\BetterReflection\\\\Reflection\\\\Adapter\\\\ReflectionEnum\\.$#"
count: 1
path: ../src/Reflection/Php/NativeBuiltinMethodReflection.php

0 comments on commit 808ab51

Please sign in to comment.