Skip to content

Commit

Permalink
fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Apr 10, 2024
1 parent 8df943d commit dd71969
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpstan-baseline-without-typo3.neon
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ parameters:
count: 1
path: src/RectorSettings.php

-
message: "#^Access to constant UP_TO_TYPO3_13 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
Expand Down

0 comments on commit dd71969

Please sign in to comment.