Update phpstan.neon

This commit is contained in:
slawkens 2024-01-31 00:47:35 +01:00
parent 136659ac9a
commit 262284fd68

View File

@ -28,5 +28,4 @@ parameters:
- '#Variable \$[a-zA-Z0-9\\_]+ might not be defined#'
# Eloquent models
- '#Call to an undefined static method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+()#'
- '#Variable \$tmp in empty\(\) always exists and is always falsy#'