diff --git a/phpstan.neon b/phpstan.neon index 1747e02c..0a267bd4 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -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#'