Skip to content

Commit

Permalink
[TASK] Remove temporary phpstan ignore rule
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Jan 23, 2025
1 parent f3826ca commit 4e6198d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ parameters:
- "#^Cannot call method (rowCount|fetch|fetchAssociative|fetchAll|fetchAllAssociative)\\(\\) on (Doctrine\\\\DBAL\\\\Driver\\\\Statement|Doctrine\\\\DBAL\\\\Driver\\\\ResultStatement|Doctrine\\\\DBAL\\\\Result)\\|int\\.$#"
- "#^Call to an undefined static method TYPO3\\\\CMS\\\\Backend\\\\Utility\\\\BackendUtility\\:\\:getMovePlaceholder\\(\\)\\.$#"
- "#^Strict comparison using === between TYPO3\\\\CMS\\\\Frontend\\\\ContentObject\\\\ContentObjectRenderer and null will always evaluate to false\\.$#"

# TEMPORARY RULE
- "#unused parameter \\$nodeFactory\\.$#"
bootstrapFiles:
- phpstan-bootstrap.php
paths:
Expand Down

0 comments on commit 4e6198d

Please sign in to comment.