You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using laravel-enum v1.30 PHPStan v0.12.8 analyse fails with:
PHP Fatal error: Class BenSampo\Enum\PHPStan\EnumMethodReflection contains 7 abstract methods and must therefore be declared abstract or implement the remaining methods (PHPStan\Reflection\MethodReflection::isDeprecated, PHPStan\Reflection\MethodReflection::getDeprecatedDescription, PHPStan\Reflection\MethodReflection::isFinal, ...) in /home/rjacinto/src/genesis-web/vendor/bensampo/laravel-enum/src/PHPStan/EnumMethodReflection.php on line 11
Using laravel-enum v1.30 PHPStan v0.12.8 analyse fails with:
I've created PR #121 to fix this issue.
The text was updated successfully, but these errors were encountered: