Skip to content

Commit

Permalink
[TASK] Generate baseline for phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Riiiad committed Oct 7, 2024
1 parent a868813 commit 98ad979
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Build/phpstan/Core11/phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
parameters:
ignoreErrors:
-
message: "#^Strict comparison using \\=\\=\\= between TYPO3\\\\CMS\\\\Extbase\\\\Validation\\\\Validator\\\\ValidatorInterface and null will always evaluate to false\\.$#"
count: 1
path: ../../../Classes/Controller/PollController.php

-
message: "#^Property FGTCLB\\\\T3oodle\\\\Domain\\\\Repository\\\\PollRepository\\:\\:\\$controllerSettings is never read, only written\\.$#"
count: 1
path: ../../../Classes/Domain/Repository/PollRepository.php

-
message: "#^Comparison operation \"\\>\" between Doctrine\\\\DBAL\\\\Result\\|int and 0 results in an error\\.$#"
count: 1
path: ../../../Classes/Updates/MigrateOneOptionOnlySetting.php

-
message: "#^Call to an undefined method TYPO3Fluid\\\\Fluid\\\\Core\\\\Rendering\\\\RenderingContextInterface\\:\\:getRequest\\(\\)\\.$#"
count: 1
path: ../../../Classes/ViewHelpers/SvgViewHelper.php

-
message: "#^Variable \\$_EXTKEY might not be defined\\.$#"
count: 1
Expand Down

0 comments on commit 98ad979

Please sign in to comment.