From 44b97ae096640fcdb7dfd8056621cbc3bcd195ba Mon Sep 17 00:00:00 2001 From: Samuel Stancl Date: Tue, 14 Jul 2026 19:25:58 -0700 Subject: [PATCH] phpstan fix: comment ignore --- phpstan.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index bb97e3a0..acfe8358 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -15,9 +15,9 @@ parameters: ignoreErrors: - identifier: trait.unused - identifier: missingType.iterableValue - - - message: '#Spatie\\Invade\\Invader#' - identifier: method.notFound + #- + # message: '#Spatie\\Invade\\Invader#' + # identifier: method.notFound - message: '#Spatie\\Invade\\Invader#' identifier: property.notFound