From ca04b45a5596eb7bf165aec1d539cb2d329fa24f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9?= Date: Fri, 19 Jun 2026 11:55:57 +0300 Subject: [PATCH] =?UTF-8?q?chore(G3):=20=D0=BF=D0=BE=D1=87=D0=B8=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D1=82=D1=8C=20phpstan-baseline=20=D0=BE=D1=82=20?= =?UTF-8?q?=D0=BD=D0=B0=D0=BF=D0=BE=D0=BC=D0=B8=D0=BD=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- app/phpstan-baseline.neon | 66 --------------------------------------- 1 file changed, 66 deletions(-) diff --git a/app/phpstan-baseline.neon b/app/phpstan-baseline.neon index 1ff9daa8..85c2f7db 100644 --- a/app/phpstan-baseline.neon +++ b/app/phpstan-baseline.neon @@ -48,12 +48,6 @@ parameters: count: 1 path: app/Http/Controllers/Api/AdminTenantsController.php - - - message: '#^Access to an undefined property App\\Models\\Deal\:\:\$next_reminder_at\.$#' - identifier: property.notFound - count: 1 - path: app/Http/Controllers/Api/DealController.php - - message: '#^Using nullsafe method call on non\-nullable type Illuminate\\Support\\Carbon\. Use \-\> instead\.$#' identifier: nullsafe.neverNull @@ -78,12 +72,6 @@ parameters: count: 1 path: app/Http/Controllers/Api/DealExportController.php - - - message: '#^Using nullsafe method call on non\-nullable type Illuminate\\Support\\Carbon\. Use \-\> instead\.$#' - identifier: nullsafe.neverNull - count: 1 - path: app/Http/Controllers/Api/ReminderController.php - - message: '#^Strict comparison using \!\=\= between int and null will always evaluate to true\.$#' identifier: notIdentical.alwaysTrue @@ -222,12 +210,6 @@ parameters: count: 1 path: database/factories/ProjectFactory.php - - - message: '#^Parameter \#1 \$state of method Illuminate\\Database\\Eloquent\\Factories\\Factory\\:\:state\(\) expects array\\|\(callable\(array\, Illuminate\\Database\\Eloquent\\Model\|null\)\: array\\), Closure\(array, App\\Models\\Reminder\)\: array\{tenant_id\: int\} given\.$#' - identifier: argument.type - count: 1 - path: database/factories/ReminderFactory.php - - message: '#^Parameter \#1 \$state of method Illuminate\\Database\\Eloquent\\Factories\\Factory\\:\:state\(\) expects array\\|\(callable\(array\, Illuminate\\Database\\Eloquent\\Model\|null\)\: array\\), Closure\(array, App\\Models\\ReportJob\)\: array\{tenant_id\: int\} given\.$#' identifier: argument.type @@ -2070,54 +2052,6 @@ parameters: count: 4 path: tests/Feature/Projects/ProjectMutationsAuditTest.php - - - message: '#^Access to an undefined property Pest\\PendingCalls\\TestCall\:\:\$tenant\.$#' - identifier: property.notFound - count: 21 - path: tests/Feature/ReminderControllerTest.php - - - - message: '#^Access to an undefined property Pest\\PendingCalls\\TestCall\:\:\$user\.$#' - identifier: property.notFound - count: 21 - path: tests/Feature/ReminderControllerTest.php - - - - message: '#^Call to an undefined method Pest\\PendingCalls\\TestCall\:\:actingAs\(\)\.$#' - identifier: method.notFound - count: 1 - path: tests/Feature/ReminderControllerTest.php - - - - message: '#^Call to an undefined method Pest\\PendingCalls\\TestCall\:\:deleteJson\(\)\.$#' - identifier: method.notFound - count: 2 - path: tests/Feature/ReminderControllerTest.php - - - - message: '#^Call to an undefined method Pest\\PendingCalls\\TestCall\:\:getJson\(\)\.$#' - identifier: method.notFound - count: 8 - path: tests/Feature/ReminderControllerTest.php - - - - message: '#^Call to an undefined method Pest\\PendingCalls\\TestCall\:\:patchJson\(\)\.$#' - identifier: method.notFound - count: 4 - path: tests/Feature/ReminderControllerTest.php - - - - message: '#^Call to an undefined method Pest\\PendingCalls\\TestCall\:\:postJson\(\)\.$#' - identifier: method.notFound - count: 8 - path: tests/Feature/ReminderControllerTest.php - - - - message: '#^Call to an undefined method Pest\\PendingCalls\\TestCall\:\:artisan\(\)\.$#' - identifier: method.notFound - count: 11 - path: tests/Feature/RemindersDispatchDueTest.php - - message: '#^Access to an undefined property Pest\\PendingCalls\\TestCall\:\:\$tenant\.$#' identifier: property.notFound