From 262284fd6869e013d5a6e8598e0930c462f79e63 Mon Sep 17 00:00:00 2001 From: slawkens Date: Wed, 31 Jan 2024 00:47:35 +0100 Subject: [PATCH] Update phpstan.neon --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 1747e02c60..0a267bd419 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#'