-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjusted phpstan baseline for typo3 errors
- Loading branch information
Showing
2 changed files
with
8 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,56 +1 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Class Ssch\\\\TYPO3Rector\\\\CodeQuality\\\\General\\\\ConvertImplicitVariablesToExplicitGlobalsRector not found\\.$#" | ||
count: 1 | ||
path: rector-typo3-rule-set.php | ||
|
||
- | ||
message: "#^Parameter \\#1 \\$rectorClasses of method Rector\\\\Config\\\\RectorConfig\\:\\:rules\\(\\) expects array\\<class\\-string\\<Rector\\\\Contract\\\\Rector\\\\RectorInterface\\>\\>, array\\<int, string\\> given\\.$#" | ||
count: 1 | ||
path: rector-typo3-rule-set.php | ||
|
||
- | ||
message: "#^Access to constant CODE_QUALITY on an unknown class Ssch\\\\TYPO3Rector\\\\Set\\\\Typo3SetList\\.$#" | ||
count: 1 | ||
path: src/RectorSettings.php | ||
|
||
- | ||
message: "#^Access to constant GENERAL on an unknown class Ssch\\\\TYPO3Rector\\\\Set\\\\Typo3SetList\\.$#" | ||
count: 1 | ||
path: src/RectorSettings.php | ||
|
||
- | ||
message: "#^Access to constant TYPO3_11 on an unknown class Ssch\\\\TYPO3Rector\\\\Set\\\\Typo3SetList\\.$#" | ||
count: 1 | ||
path: src/RectorSettings.php | ||
|
||
- | ||
message: "#^Access to constant TYPO3_12 on an unknown class Ssch\\\\TYPO3Rector\\\\Set\\\\Typo3SetList\\.$#" | ||
count: 1 | ||
path: src/RectorSettings.php | ||
|
||
- | ||
message: "#^Access to constant TYPO3_13 on an unknown class Ssch\\\\TYPO3Rector\\\\Set\\\\Typo3SetList\\.$#" | ||
count: 1 | ||
path: src/RectorSettings.php | ||
|
||
- | ||
message: "#^Access to constant UP_TO_TYPO3_10 on an unknown class Ssch\\\\TYPO3Rector\\\\Set\\\\Typo3LevelSetList\\.$#" | ||
count: 1 | ||
path: src/RectorSettings.php | ||
|
||
- | ||
message: "#^Access to constant UP_TO_TYPO3_11 on an unknown class Ssch\\\\TYPO3Rector\\\\Set\\\\Typo3LevelSetList\\.$#" | ||
count: 1 | ||
path: src/RectorSettings.php | ||
|
||
- | ||
message: "#^Access to constant UP_TO_TYPO3_12 on an unknown class Ssch\\\\TYPO3Rector\\\\Set\\\\Typo3LevelSetList\\.$#" | ||
count: 1 | ||
path: src/RectorSettings.php | ||
|
||
- | ||
message: "#^Class Ssch\\\\TYPO3Rector\\\\CodeQuality\\\\General\\\\RenameClassMapAliasRector not found\\.$#" | ||
count: 1 | ||
path: src/RectorSettings.php |