Skip to content

Commit

Permalink
[PHPStan] clean up ignore phpstan errors (#5601)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 11, 2024
1 parent 333f38b commit 6980dc6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,6 @@ parameters:
message: '#Function "dump_node\(\)" cannot be used/left in the code\: #'
path: src/functions/node_helper.php

- '#Doing instanceof PHPStan\\Type\\.* is error\-prone and deprecated(\. Use Type\:\:.*\(\) (or .* )?instead)?#'
- '#Fetching class constant class of deprecated class Rector\\Php81\\Rector\\ClassConst\\FinalizePublicClassConstantRector#'
- '#Fetching class constant class of deprecated class Rector\\Privatization\\Rector\\Class_\\FinalizeClassesWithoutChildrenRector#'

# phpstan 1.10.0
- '#Parameter 3 should use "PHPStan\\Reflection\\ParameterReflectionWithPhpDocs" type as the only type passed to this method#'

Expand Down

0 comments on commit 6980dc6

Please sign in to comment.