Skip to content

Commit 9c160cb

Browse files
authored
Fix PHPStan notice on PHPStan 2.1.23 (#466)
1 parent d8b401e commit 9c160cb

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

phpstan.neon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ parameters:
4747
- '#Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead#'
4848
- '#Doing instanceof PHPStan\\Type\\(Generic\\GenericObjectType|ArrayType) is error\-prone and deprecated#'
4949

50-
- '#::provideMinPhpVersion\(\) never returns \d+ so it can be removed from the return type#'
51-
- '#Method Rector\\Doctrine\\CodeQuality\\AttributeTransformer\\ClassAttributeTransformer\\.*ClassAttributeTransformer\:\:getClassName\(\) never returns#'
52-
5350
# debug function
5451
- '#Function "d\(\)" cannot be used/left in the code#'
5552

0 commit comments

Comments
 (0)