From 010d3cda541892ac55dbb80c35a2e0442b63cf29 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 10 Sep 2025 19:00:10 +0700 Subject: [PATCH] Fix PHPStan notice on PHPStan 2.1.23 --- phpstan.neon | 3 --- 1 file changed, 3 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 9b616e92..9078e5f6 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -47,9 +47,6 @@ parameters: - '#Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead#' - '#Doing instanceof PHPStan\\Type\\(Generic\\GenericObjectType|ArrayType) is error\-prone and deprecated#' - - '#::provideMinPhpVersion\(\) never returns \d+ so it can be removed from the return type#' - - '#Method Rector\\Doctrine\\CodeQuality\\AttributeTransformer\\ClassAttributeTransformer\\.*ClassAttributeTransformer\:\:getClassName\(\) never returns#' - # debug function - '#Function "d\(\)" cannot be used/left in the code#'