TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:31 +02:00
commit 3e43c11539
407 changed files with 51272 additions and 0 deletions
@@ -0,0 +1,74 @@
<?php
return [
'TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer->searchWhere' => [
'numberOfMandatoryArguments' => 3,
'maximumNumberOfArguments' => 3,
'restFiles' => [
'Breaking-80700-DeprecatedFunctionalityRemoved.rst',
],
],
'TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->calculateLinkVars' => [
'numberOfMandatoryArguments' => 1,
'maximumNumberOfArguments' => 1,
'restFiles' => [
'Deprecation-86046-AdditionalArgumentsInSeveralTypoScriptFrontendControllerMethods.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
],
],
'TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->preparePageContentGeneration' => [
'numberOfMandatoryArguments' => 1,
'maximumNumberOfArguments' => 1,
'restFiles' => [
'Deprecation-86046-AdditionalArgumentsInSeveralTypoScriptFrontendControllerMethods.rst',
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
],
],
'TYPO3\CMS\Core\Routing\Aspect\AspectFactory->createAspects' => [
'numberOfMandatoryArguments' => 3,
'maximumNumberOfArguments' => 3,
'restFiles' => [
'Important-88720-RespectSiteForPersistedMappers.rst',
],
],
'TYPO3\CMS\Extbase\Persistence\QueryInterface->logicalAnd' => [
'numberOfMandatoryArguments' => 0,
'maximumNumberOfArguments' => PHP_INT_MAX,
'restFiles' => [
'Breaking-96044-HardenMethodSignatureOfLogicalAndAndLogicalOr.rst',
],
],
'TYPO3\CMS\Extbase\Persistence\Generic\Query->logicalAnd' => [
'numberOfMandatoryArguments' => 0,
'maximumNumberOfArguments' => PHP_INT_MAX,
'restFiles' => [
'Breaking-96044-HardenMethodSignatureOfLogicalAndAndLogicalOr.rst',
],
],
'TYPO3\CMS\Extbase\Persistence\QueryInterface->logicalOr' => [
'numberOfMandatoryArguments' => 0,
'maximumNumberOfArguments' => PHP_INT_MAX,
'restFiles' => [
'Breaking-96044-HardenMethodSignatureOfLogicalAndAndLogicalOr.rst',
],
],
'TYPO3\CMS\Extbase\Persistence\Generic\Query->logicalOr' => [
'numberOfMandatoryArguments' => 0,
'maximumNumberOfArguments' => PHP_INT_MAX,
'restFiles' => [
'Breaking-96044-HardenMethodSignatureOfLogicalAndAndLogicalOr.rst',
],
],
'TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->generatePage_postProcessing' => [
'numberOfMandatoryArguments' => 1,
'maximumNumberOfArguments' => 1,
'restFiles' => [
'Breaking-97862-HooksRelatedToGeneratingPageContentRemoved.rst',
],
],
/** Note (leave this at the bottom):
* The FQCN object definitions here are not actually checked, only
* the method name itself. That means, never list generic method names
* in this scanner definition.
*/
];