Skip to content

Commit e373a80

Browse files
committed
[TASK] Generate baseline for phpstan errors
1 parent 95558ac commit e373a80

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

Build/phpstan/Core11/phpstan-baseline.neon

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
parameters:
22
ignoreErrors:
3+
-
4+
message: "#^Strict comparison using \\=\\=\\= between TYPO3\\\\CMS\\\\Extbase\\\\Validation\\\\Validator\\\\ValidatorInterface and null will always evaluate to false\\.$#"
5+
count: 1
6+
path: ../../../Classes/Controller/PollController.php
7+
8+
-
9+
message: "#^Property FGTCLB\\\\T3oodle\\\\Domain\\\\Repository\\\\PollRepository\\:\\:\\$controllerSettings is never read, only written\\.$#"
10+
count: 1
11+
path: ../../../Classes/Domain/Repository/PollRepository.php
12+
13+
-
14+
message: "#^Comparison operation \"\\>\" between Doctrine\\\\DBAL\\\\Result\\|int and 0 results in an error\\.$#"
15+
count: 1
16+
path: ../../../Classes/Updates/MigrateOneOptionOnlySetting.php
17+
18+
-
19+
message: "#^Call to an undefined method TYPO3Fluid\\\\Fluid\\\\Core\\\\Rendering\\\\RenderingContextInterface\\:\\:getRequest\\(\\)\\.$#"
20+
count: 1
21+
path: ../../../Classes/ViewHelpers/SvgViewHelper.php
22+
323
-
424
message: "#^Variable \\$_EXTKEY might not be defined\\.$#"
525
count: 1

0 commit comments

Comments
 (0)