From 7949bd2dbb3bf34572f047b01de7982535ff7999 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 27 Sep 2026 00:53:23 +0700 Subject: [PATCH] Fix PHPStan notice on latest symplify/phpstan-rules --- phpstan.neon | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 5bc84d63..30ec8a0b 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,4 @@ includes: - - vendor/symplify/phpstan-rules/config/symplify-rules.neon - vendor/symplify/phpstan-rules/config/rector-rules.neon parameters: @@ -42,4 +41,3 @@ parameters: # more advanced usage, but not always working # see https://github.com/rectorphp/rector-src/actions/runs/11798721617/job/32865546672?pr=6422#step:5:110 - '#Doing instanceof PHPStan\\Type\\.+ is error\-prone and deprecated#' -