-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into task/docker-composer-v2
- Loading branch information
Showing
71 changed files
with
1,235 additions
and
502 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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
parameters: | ||
level: 5 | ||
|
||
paths: | ||
- %currentWorkingDirectory%/Classes | ||
- %currentWorkingDirectory%/Tests | ||
excludePaths: | ||
- %currentWorkingDirectory%/Tests/Unit/Domain/Repository/MenuRepositoryTest.php | ||
ignoreErrors: | ||
- | ||
message: '#Call to an undefined static method TYPO3\\CMS\\Frontend\\ContentObject\\AbstractContentObject::__construct\(\).#' | ||
path: %currentWorkingDirectory%/Classes/ContentObject/* | ||
- | ||
message: '#Property TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController::\$id \(int\) does not accept string.#' | ||
path: %currentWorkingDirectory%/Tests/Functional/Compiler/LanguageMenuCompilerTest.php | ||
- | ||
message: '#Call to an undefined method TYPO3\\CMS\\Core\\TypoScript\\FrontendTypoScript::getConfigArray\(\).#' | ||
path: %currentWorkingDirectory%/Classes/CacheHelper.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
parameters: | ||
level: 5 | ||
|
||
paths: | ||
- %currentWorkingDirectory%/Classes | ||
- %currentWorkingDirectory%/Tests | ||
excludePaths: | ||
- %currentWorkingDirectory%/Tests/Unit/Domain/Repository/MenuRepositoryTest.php | ||
ignoreErrors: | ||
- | ||
message: '#Call to an undefined method TYPO3\\CMS\\Core\\Site\\Entity\\SiteLanguage::getTwoLetterIsoCode\(\).#' | ||
path: %currentWorkingDirectory%/Classes/Compiler/LanguageMenuCompiler.php | ||
- | ||
message: '#Access to undefined constant TYPO3\\CMS\\Core\\Domain\\Repository\\PageRepository::DOKTYPE_RECYCLER.#' | ||
path: %currentWorkingDirectory%/Classes/Domain/Repository/MenuRepository.php | ||
- | ||
message: '#Access to undefined constant TYPO3\\CMS\\Core\\Domain\\Repository\\PageRepository::DOKTYPE_RECYCLER.#' | ||
path: %currentWorkingDirectory%/Tests/Unit/Domain/Repository/MenuRepositoryTest.php | ||
- | ||
message: '#.*get_cache_timeout\(\).*#' | ||
path: %currentWorkingDirectory%/Classes/CacheHelper.php | ||
- | ||
message: '#Call to an undefined static method TYPO3\\CMS\\Frontend\\ContentObject\\AbstractContentObject::__construct\(\).#' | ||
path: %currentWorkingDirectory%/Classes/ContentObject/* | ||
- | ||
message: '#Property TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController::\$id \(int\) does not accept string.#' | ||
path: %currentWorkingDirectory%/Tests/Functional/Compiler/LanguageMenuCompilerTest.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
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
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
Oops, something went wrong.