|
1 | 1 | parameters: |
2 | 2 | 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 method_exists\(\) with ''PHPUnit\\\\Metadata\\\\MetadataCollection'' and ''isWithoutErrorHandl…'' will always evaluate to true\.$#' |
| 17 | + identifier: function.alreadyNarrowedType |
| 18 | + count: 1 |
| 19 | + path: ../../Classes/Core/BaseTestCase.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/DoesNotHaveRecordConstraint.php |
| 26 | + |
| 27 | + - |
| 28 | + message: '#^Call to function is_array\(\) with non\-empty\-array will always evaluate to true\.$#' |
| 29 | + identifier: function.alreadyNarrowedType |
| 30 | + count: 1 |
| 31 | + path: ../../Classes/Core/Functional/Framework/Constraint/RequestSection/HasRecordConstraint.php |
| 32 | + |
| 33 | + - |
| 34 | + message: '#^Call to function is_array\(\) with array will always evaluate to true\.$#' |
| 35 | + identifier: function.alreadyNarrowedType |
| 36 | + count: 1 |
| 37 | + path: ../../Classes/Core/Functional/Framework/DataHandling/Snapshot/DatabaseSnapshot.php |
| 38 | + |
| 39 | + - |
| 40 | + message: '#^Call to static method PHPUnit\\Framework\\Assert\:\:assertTrue\(\) with true will always evaluate to true\.$#' |
| 41 | + identifier: staticMethod.alreadyNarrowedType |
| 42 | + count: 1 |
| 43 | + path: ../../Classes/Core/Functional/FunctionalTestCase.php |
| 44 | + |
| 45 | + - |
| 46 | + message: '#^Strict comparison using \!\=\= between int\|string\|true and false will always evaluate to true\.$#' |
| 47 | + identifier: notIdentical.alwaysTrue |
| 48 | + count: 1 |
| 49 | + path: ../../Classes/Core/Functional/FunctionalTestCase.php |
0 commit comments