-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: editorconfig for phpstan baseline
- Loading branch information
Showing
1 changed file
with
21 additions
and
21 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Access to constant SMALL on an unknown class TYPO3\\\\CMS\\\\Core\\\\Imaging\\\\IconSize\\.$#" | ||
count: 1 | ||
path: Classes/Domain/Model/Dto/CommentItem.php | ||
ignoreErrors: | ||
- | ||
message: "#^Access to constant SMALL on an unknown class TYPO3\\\\CMS\\\\Core\\\\Imaging\\\\IconSize\\.$#" | ||
count: 1 | ||
path: Classes/Domain/Model/Dto/CommentItem.php | ||
|
||
- | ||
message: "#^Access to constant SMALL on an unknown class TYPO3\\\\CMS\\\\Core\\\\Imaging\\\\IconSize\\.$#" | ||
count: 7 | ||
path: Classes/Domain/Model/Dto/HistoryItem.php | ||
- | ||
message: "#^Access to constant SMALL on an unknown class TYPO3\\\\CMS\\\\Core\\\\Imaging\\\\IconSize\\.$#" | ||
count: 7 | ||
path: Classes/Domain/Model/Dto/HistoryItem.php | ||
|
||
- | ||
message: "#^Access to constant SMALL on an unknown class TYPO3\\\\CMS\\\\Core\\\\Imaging\\\\IconSize\\.$#" | ||
count: 1 | ||
path: Classes/Domain/Model/Dto/StatusItem.php | ||
- | ||
message: "#^Access to constant SMALL on an unknown class TYPO3\\\\CMS\\\\Core\\\\Imaging\\\\IconSize\\.$#" | ||
count: 1 | ||
path: Classes/Domain/Model/Dto/StatusItem.php | ||
|
||
- | ||
message: "#^Instantiated class TYPO3\\\\CMS\\\\Backend\\\\Dto\\\\Tree\\\\Label\\\\Label not found\\.$#" | ||
count: 1 | ||
path: Classes/EventListener/AfterPageTreeItemsPreparedListener.php | ||
- | ||
message: "#^Instantiated class TYPO3\\\\CMS\\\\Backend\\\\Dto\\\\Tree\\\\Label\\\\Label not found\\.$#" | ||
count: 1 | ||
path: Classes/EventListener/AfterPageTreeItemsPreparedListener.php | ||
|
||
- | ||
message: "#^Access to constant SMALL on an unknown class TYPO3\\\\CMS\\\\Core\\\\Imaging\\\\IconSize\\.$#" | ||
count: 4 | ||
path: Classes/EventListener/ModifyRecordListRecordActionsListener.php | ||
- | ||
message: "#^Access to constant SMALL on an unknown class TYPO3\\\\CMS\\\\Core\\\\Imaging\\\\IconSize\\.$#" | ||
count: 4 | ||
path: Classes/EventListener/ModifyRecordListRecordActionsListener.php |