forked from pagemachine/typo3-formlog
-
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.
Here we collect errors related to different TYPO3 versions. These will be dropped with support of the oldest TYPO3 version.
- Loading branch information
Showing
2 changed files
with
47 additions
and
8 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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: "#^Method TYPO3\\\\CMS\\\\Extbase\\\\Persistence\\\\QueryInterface\\<Pagemachine\\\\Formlog\\\\Domain\\\\Model\\\\FormLogEntry\\>\\:\\:logicalAnd\\(\\) invoked with 2 parameters, 1 required\\.$#" | ||
count: 1 | ||
path: Classes/Domain/Repository/FormLogEntryRepository.php | ||
|
||
- | ||
message: "#^Call to an undefined method TYPO3\\\\CMS\\\\Extbase\\\\Mvc\\\\RequestInterface\\:\\:setArgument\\(\\)\\.$#" | ||
count: 1 | ||
path: Classes/Controller/Backend/FormLogController.php | ||
|
||
- | ||
message: "#^Access to constant Extend on an unknown class TYPO3\\\\CMS\\\\Core\\\\Security\\\\ContentSecurityPolicy\\\\MutationMode\\.$#" | ||
count: 1 | ||
path: Configuration/ContentSecurityPolicies.php | ||
|
||
- | ||
message: "#^Access to constant ScriptSrc on an unknown class TYPO3\\\\CMS\\\\Core\\\\Security\\\\ContentSecurityPolicy\\\\Directive\\.$#" | ||
count: 1 | ||
path: Configuration/ContentSecurityPolicies.php | ||
|
||
- | ||
message: "#^Call to static method backend\\(\\) on an unknown class TYPO3\\\\CMS\\\\Core\\\\Security\\\\ContentSecurityPolicy\\\\Scope\\.$#" | ||
count: 1 | ||
path: Configuration/ContentSecurityPolicies.php | ||
|
||
- | ||
message: "#^Call to static method fromEntries\\(\\) on an unknown class TYPO3\\\\CMS\\\\Core\\\\Type\\\\Map\\.$#" | ||
count: 1 | ||
path: Configuration/ContentSecurityPolicies.php | ||
|
||
- | ||
message: "#^Instantiated class TYPO3\\\\CMS\\\\Core\\\\Security\\\\ContentSecurityPolicy\\\\Mutation not found\\.$#" | ||
count: 1 | ||
path: Configuration/ContentSecurityPolicies.php | ||
|
||
- | ||
message: "#^Instantiated class TYPO3\\\\CMS\\\\Core\\\\Security\\\\ContentSecurityPolicy\\\\MutationCollection not found\\.$#" | ||
count: 1 | ||
path: Configuration/ContentSecurityPolicies.php | ||
|
||
- | ||
message: "#^Instantiated class TYPO3\\\\CMS\\\\Core\\\\Security\\\\ContentSecurityPolicy\\\\UriValue not found\\.$#" | ||
count: 1 | ||
path: Configuration/ContentSecurityPolicies.php |
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