From 18d2c1cce508805aa7155a6cb76a4b6fe0ef3e2d Mon Sep 17 00:00:00 2001 From: slawkens Date: Thu, 1 Feb 2024 23:04:54 +0100 Subject: [PATCH] Update phpstan.neon --- phpstan.neon | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 2297b798..b77bc1d2 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -33,7 +33,6 @@ parameters: - '#Call to an undefined method Illuminate\\Database\\Query\\Builder::withOnlineStatus\(\)#' - '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$online_status#' - '#Access to an undefined property Illuminate\\Database\\Eloquent\\Model::\$vocation_name#' - # templates/kathrine/javascript.php - - message: '#Variable \$tmp in empty\(\) always exists and is not falsy#' + message: '#Variable \$tmp in empty\(\) always exists and is always falsy#' path: templates\kathrine\javascript.php