File tree Expand file tree Collapse file tree 2 files changed +37
-2
lines changed
Expand file tree Collapse file tree 2 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 11parameters :
22 ignoreErrors :
3+ -
4+ message : ' #^Offset 0 on non\-empty\-list\<string\> on left side of \?\? always exists and is not nullable\.$#'
5+ identifier : nullCoalesce.offset
6+ count : 1
7+ path : ../../Classes/Composer/ComposerPackageManager.php
8+
9+ -
10+ message : ' #^Trait TYPO3\\TestingFramework\\Core\\AccessibleProxyTrait is used zero times and is not analysed\.$#'
11+ identifier : trait.unused
12+ count : 1
13+ path : ../../Classes/Core/AccessibleProxyTrait.php
14+
15+ -
16+ message : ' #^Call to function is_array\(\) with non\-empty\-array will always evaluate to true\.$#'
17+ identifier : function.alreadyNarrowedType
18+ count : 1
19+ path : ../../Classes/Core/Functional/Framework/Constraint/RequestSection/DoesNotHaveRecordConstraint.php
20+
21+ -
22+ message : ' #^Call to function is_array\(\) with non\-empty\-array will always evaluate to true\.$#'
23+ identifier : function.alreadyNarrowedType
24+ count : 1
25+ path : ../../Classes/Core/Functional/Framework/Constraint/RequestSection/HasRecordConstraint.php
26+
27+ -
28+ message : ' #^Call to static method PHPUnit\\Framework\\Assert\:\:assertTrue\(\) with true will always evaluate to true\.$#'
29+ identifier : staticMethod.alreadyNarrowedType
30+ count : 1
31+ path : ../../Classes/Core/Functional/FunctionalTestCase.php
32+
33+ -
34+ message : ' #^Strict comparison using \!\=\= between int\|string\|true and false will always evaluate to true\.$#'
35+ identifier : notIdentical.alwaysTrue
36+ count : 1
37+ path : ../../Classes/Core/Functional/FunctionalTestCase.php
Original file line number Diff line number Diff line change 6060 },
6161 "require-dev" : {
6262 "friendsofphp/php-cs-fixer" : " ^3.65.0" ,
63- "phpstan/phpstan" : " ^1.11.5 " ,
64- "phpstan/phpstan-phpunit" : " ^1.4.0 " ,
63+ "phpstan/phpstan" : " ^2.0.2 " ,
64+ "phpstan/phpstan-phpunit" : " ^2.0.1 " ,
6565 "typo3/cms-workspaces" : " 13.*.*@dev || 14.*.*@dev"
6666 },
6767 "replace" : {
You can’t perform that action at this time.
0 commit comments