diff --git a/Build/php-cs-fixer.php b/Build/php-cs-fixer.php index 36d12b4a0715d522637a1ecbaf197aef651b9f01..2a0ff240b40812a66042fa01eaa7da016ded3127 100644 --- a/Build/php-cs-fixer.php +++ b/Build/php-cs-fixer.php @@ -75,7 +75,7 @@ return (new \PhpCsFixer\Config()) 'no_short_bool_cast' => true, 'no_singleline_whitespace_before_semicolons' => true, 'no_superfluous_elseif' => true, - 'no_trailing_comma_in_singleline_array' => true, + 'no_trailing_comma_in_singleline' => true, 'no_unneeded_control_parentheses' => true, 'no_unused_imports' => true, 'no_useless_else' => true, diff --git a/composer.json b/composer.json index aff1b2f21a920464d01da6be2da3657ddf494d44..2cdca798757324df57e589f4f369357aa182d37f 100644 --- a/composer.json +++ b/composer.json @@ -111,7 +111,7 @@ "codeception/module-webdriver": "^1.4.0", "composer/composer": "^2.2.12", "composer/package-versions-deprecated": "^1.11.99.4", - "friendsofphp/php-cs-fixer": "^3.9.5", + "friendsofphp/php-cs-fixer": "^3.11.0", "friendsoftypo3/phpstan-typo3": "^0.9.0", "jangregor/phpstan-prophecy": "^1.0", "php-webdriver/webdriver": "^1.12.0", diff --git a/composer.lock b/composer.lock index cb6a5bd1b31dec4fb0aeb5a5baea394fe6d2f9bf..9b15fcedf416327915af0795a9f8609a4ffad62f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "bfd348ea85c90b527add009e6ef66eca", + "content-hash": "031b9dc51c9f72e8d52753388c867559", "packages": [ { "name": "bacon/bacon-qr-code", @@ -6423,16 +6423,16 @@ }, { "name": "friendsofphp/php-cs-fixer", - "version": "v3.9.5", + "version": "v3.11.0", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "4465d70ba776806857a1ac2a6f877e582445ff36" + "reference": "7dcdea3f2f5f473464e835be9be55283ff8cfdc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/4465d70ba776806857a1ac2a6f877e582445ff36", - "reference": "4465d70ba776806857a1ac2a6f877e582445ff36", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/7dcdea3f2f5f473464e835be9be55283ff8cfdc3", + "reference": "7dcdea3f2f5f473464e835be9be55283ff8cfdc3", "shasum": "" }, "require": { @@ -6442,7 +6442,7 @@ "ext-json": "*", "ext-tokenizer": "*", "php": "^7.4 || ^8.0", - "php-cs-fixer/diff": "^2.0", + "sebastian/diff": "^4.0", "symfony/console": "^5.4 || ^6.0", "symfony/event-dispatcher": "^5.4 || ^6.0", "symfony/filesystem": "^5.4 || ^6.0", @@ -6500,7 +6500,7 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", - "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.9.5" + "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.11.0" }, "funding": [ { @@ -6508,7 +6508,7 @@ "type": "github" } ], - "time": "2022-07-22T08:43:51+00:00" + "time": "2022-09-01T18:24:51+00:00" }, { "name": "friendsoftypo3/phpstan-typo3", @@ -6909,58 +6909,6 @@ }, "time": "2022-02-21T01:04:05+00:00" }, - { - "name": "php-cs-fixer/diff", - "version": "v2.0.2", - "source": { - "type": "git", - "url": "https://github.com/PHP-CS-Fixer/diff.git", - "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3", - "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3", - "shasum": "" - }, - "require": { - "php": "^5.6 || ^7.0 || ^8.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0", - "symfony/process": "^3.3" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Sebastian Bergmann", - "email": "sebastian@phpunit.de" - }, - { - "name": "Kore Nordmann", - "email": "mail@kore-nordmann.de" - } - ], - "description": "sebastian/diff v3 backport support for PHP 5.6+", - "homepage": "https://github.com/PHP-CS-Fixer", - "keywords": [ - "diff" - ], - "support": { - "issues": "https://github.com/PHP-CS-Fixer/diff/issues", - "source": "https://github.com/PHP-CS-Fixer/diff/tree/v2.0.2" - }, - "time": "2020-10-14T08:32:19+00:00" - }, { "name": "php-webdriver/webdriver", "version": "1.12.0", diff --git a/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php b/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php index cba62fc431cc56a4395e500b44653bbf1c61fad7..d919c3f42ddde5811bcd81d8e4ba8f575bf1557b 100644 --- a/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php +++ b/typo3/sysext/adminpanel/Classes/Middleware/AdminPanelRenderer.php @@ -34,7 +34,6 @@ use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController; */ class AdminPanelRenderer implements MiddlewareInterface { - /** * Render the admin panel if activated * @param ServerRequestInterface $request diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php b/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php index 10450f89b2ec4b66944a54facc82c9fb42e36ec7..08159a0dc8d7bd97ef8c47b13008bea41d6c2e10 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/AbstractModule.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ abstract class AbstractModule implements ModuleInterface, ConfigurableInterface, SubmoduleProviderInterface { - /** * @var ModuleInterface[] */ diff --git a/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php b/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php index 82fc7c11c4bafa9a1419c0a80edd1cd2da4a9b91..b521952ae4e6d8560815f33451e1471150cecb60 100644 --- a/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php +++ b/typo3/sysext/adminpanel/Classes/ModuleApi/DataProviderInterface.php @@ -28,7 +28,6 @@ use Psr\Http\Message\ServerRequestInterface; */ interface DataProviderInterface { - /** * @param \Psr\Http\Message\ServerRequestInterface $request * @return \TYPO3\CMS\Adminpanel\ModuleApi\ModuleData diff --git a/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php b/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php index a85560d4e1e9993fac8b7bdcaab99d1361971a9e..34a93aa5990a4297d88a288784f82a8d61876d0b 100644 --- a/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php +++ b/typo3/sysext/adminpanel/Classes/Modules/DebugModule.php @@ -28,7 +28,6 @@ use TYPO3\CMS\Core\Log\LogRecord; */ class DebugModule extends AbstractModule implements ShortInfoProviderInterface { - /** * @inheritdoc */ diff --git a/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php b/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php index 8a24e2443401fa50a5c4a5fdd6a3bb15d275be23..a7e99c374e3db93b88f86b5f62c61fbf600c357e 100644 --- a/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php +++ b/typo3/sysext/adminpanel/Classes/Service/ModuleLoader.php @@ -31,7 +31,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class ModuleLoader { - /** * Validates, sorts and initiates the registered modules * diff --git a/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php b/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php index 9dcf9a17587d4d8c641f209e8dbc481f09fce826..cfcf9763676ffbaa8742791b4e514c1cea42bee9 100644 --- a/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php +++ b/typo3/sysext/adminpanel/Tests/Unit/Fixtures/MainModuleFixture.php @@ -37,7 +37,6 @@ class MainModuleFixture implements OnSubmitActorInterface, ConfigurableInterface { - /** * Identifier for this module, * for example "preview" or "cache" diff --git a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php index d808409db19373825422355046530e6d3e4f9054..0ea087df17fabda98336aaf648883c26f20c1221 100644 --- a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php +++ b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/AbstractProvider.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class AbstractProvider implements ProviderInterface { - /** * Language Service property. Used to access localized labels * diff --git a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php index 18d010449e5733e530f7ba0898a59e7d44a05e49..8bfdf8d57e22cbb4b3abf698fe8c2c95db40d94d 100644 --- a/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php +++ b/typo3/sysext/backend/Classes/ContextMenu/ItemProviders/PageProvider.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class PageProvider extends RecordProvider { - /** * @var string */ diff --git a/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php b/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php index 39b48dfe4760e633cca499c5908a39a264efaf62..e48be6b947a0501438693b9de3797186a0888068 100644 --- a/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php @@ -294,8 +294,8 @@ abstract class AbstractFormElement extends AbstractNode } break; default: - // Do nothing e.g. when $format === '' - } + // Do nothing e.g. when $format === '' + } return $itemValue; } diff --git a/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php b/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php index 5b59611484538fae5d0acdd4b27dbdbceabe9cbb..eae5caeacf969c9c4de213645e0b88c18bfa842d 100644 --- a/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/FileInfoElement.php @@ -31,7 +31,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class FileInfoElement extends AbstractFormElement { - /** * Handler for single nodes * diff --git a/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php b/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php index 8766d3070ba1d15f35e9662aa85735342fe9491d..dc6c23eaec9a35124570d5084e195fe57b852710 100644 --- a/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/ImageManipulationElement.php @@ -276,7 +276,6 @@ class ImageManipulationElement extends AbstractFormElement $cropVariants = []; foreach ($config['cropVariants'] as $id => $cropVariant) { - // Filter allowed aspect ratios $cropVariant['allowedAspectRatios'] = array_filter($cropVariant['allowedAspectRatios'] ?? [], static function ($aspectRatio) { return !(bool)($aspectRatio['disabled'] ?? false); diff --git a/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php b/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php index eca60551ee24fbd3caaa781d3b4b36b9bf918469..3dbecab0bc0a6d3d75b50d3906edc25dc3446a26 100644 --- a/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php +++ b/typo3/sysext/backend/Classes/Form/Element/InputSlugElement.php @@ -30,7 +30,6 @@ use TYPO3\CMS\Core\Utility\StringUtility; */ class InputSlugElement extends AbstractFormElement { - /** * Default field information enabled for this element. * diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaRecordTitle.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaRecordTitle.php index 001d1f21e95f17b20b2542cf542a2687179dee1e..0f07e978fd5f2c94a38b4fc8cdea2d7a03d443ee 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaRecordTitle.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaRecordTitle.php @@ -180,8 +180,7 @@ class TcaRecordTitle implements FormDataProviderInterface case 'flex': // @todo: Check if and how a label could be generated from flex field data default: - - } + } return $recordTitle; } diff --git a/typo3/sysext/backend/Classes/Module/ModuleLoader.php b/typo3/sysext/backend/Classes/Module/ModuleLoader.php index 39a03ab78f6376675af6407806b0faf304b3bb78..921a8200d75847fc42dd1507724433d9c9a5a577 100644 --- a/typo3/sysext/backend/Classes/Module/ModuleLoader.php +++ b/typo3/sysext/backend/Classes/Module/ModuleLoader.php @@ -193,7 +193,7 @@ class ModuleLoader // Check if this is a submodule $mainModule = ''; if (str_contains($name, '_')) { - [$mainModule, ] = explode('_', $name, 2); + [$mainModule] = explode('_', $name, 2); } // check if there is a navigation component (like the pagetree) @@ -202,7 +202,6 @@ class ModuleLoader } elseif ($mainModule && is_array($this->navigationComponents[$mainModule] ?? false) && ($setupInformation['configuration']['inheritNavigationComponentFromMainModule'] ?? null) !== false) { - // navigation component can be overridden by the main module component $finalModuleConfiguration['navigationComponentId'] = $this->navigationComponents[$mainModule]['componentId']; } diff --git a/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php b/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php index 644fd758570d97dc00ddf7b3fcd1f8422a59c992..537a6282b9836abee578b08a68603a5eb3471b2d 100644 --- a/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php +++ b/typo3/sysext/backend/Classes/Preview/StandardPreviewRendererResolver.php @@ -68,7 +68,6 @@ class StandardPreviewRendererResolver implements PreviewRendererResolverInterfac } if (!$previewRendererClassName) { - // Table either has no type field or no custom preview renderer was defined for the type. // Use table's standard renderer if any is defined. $previewRendererClassName = $tca['ctrl']['previewRenderer'] ?? null; diff --git a/typo3/sysext/backend/Classes/Security/CategoryPermissionsAspect.php b/typo3/sysext/backend/Classes/Security/CategoryPermissionsAspect.php index 5bf0aebb85aeb11a2fe57d87f23fee0bda4c13b8..65fc641b7db6c0e783d08724235343b0790bda95 100644 --- a/typo3/sysext/backend/Classes/Security/CategoryPermissionsAspect.php +++ b/typo3/sysext/backend/Classes/Security/CategoryPermissionsAspect.php @@ -56,7 +56,6 @@ final class CategoryPermissionsAspect $treeData = $event->getTreeData(); if (!$GLOBALS['BE_USER']->isAdmin() && $dataProvider->getTableName() === $this->categoryTableName) { - // Get User permissions related to category $categoryMountPoints = $GLOBALS['BE_USER']->getCategoryMountPoints(); @@ -116,7 +115,6 @@ final class CategoryPermissionsAspect // If any User permission, recursively traverse the tree and set tree part as mount point foreach ($treeNodeCollection as $treeNode) { - /** @var TreeNode $treeNode */ if ((int)$treeNode->getId() === $categoryMountPoint) { $result = $treeNode; @@ -124,7 +122,6 @@ final class CategoryPermissionsAspect } if ($treeNode->hasChildNodes()) { - /** @var TreeNode $node */ $node = $this->lookUpCategoryMountPointInTreeNodes($categoryMountPoint, $treeNode->getChildNodes()); if ($node !== null) { diff --git a/typo3/sysext/backend/Classes/Utility/BackendUtility.php b/typo3/sysext/backend/Classes/Utility/BackendUtility.php index 956ab51d2ad26e73971f0127af96ed03a697e482..512188f969f04fbcbd3c7e5210d8aa50b56f0fdb 100644 --- a/typo3/sysext/backend/Classes/Utility/BackendUtility.php +++ b/typo3/sysext/backend/Classes/Utility/BackendUtility.php @@ -3128,7 +3128,6 @@ class BackendUtility public static function referenceCount($table, $ref, $msg = '', $count = null) { if ($count === null) { - // Build base query $queryBuilder = static::getQueryBuilderForTable('sys_refindex'); $queryBuilder @@ -3456,7 +3455,6 @@ class BackendUtility { if (ExtensionManagementUtility::isLoaded('workspaces')) { if ($workspace !== 0 && self::isTableWorkspaceEnabled($table)) { - // Select workspace version of record: $queryBuilder = static::getQueryBuilderForTable($table); $queryBuilder->getRestrictions() diff --git a/typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php b/typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php index cf739a0d1aa4f2b42d1faba3f735de00fe74b246..5de2351bd9dc319173e76f7d7b3e9b34de56cf13 100644 --- a/typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php +++ b/typo3/sysext/backend/Classes/View/BackendLayout/DefaultDataProvider.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class DefaultDataProvider implements DataProviderInterface { - /** * @var string * Table name for backend_layouts diff --git a/typo3/sysext/backend/Classes/View/PageLayoutView.php b/typo3/sysext/backend/Classes/View/PageLayoutView.php index fd2acb1700f9d1ba3ff5cb9ad85baab10ce0e37d..258049b7876681f308bc05665b2ac7f9d166408c 100644 --- a/typo3/sysext/backend/Classes/View/PageLayoutView.php +++ b/typo3/sysext/backend/Classes/View/PageLayoutView.php @@ -676,8 +676,8 @@ class PageLayoutView implements LoggerAwareInterface $languageMode = $this->getLanguageService()->getLL('languageModeFree'); break; default: - // we'll let opcode optimize this intentionally empty case - } + // we'll let opcode optimize this intentionally empty case + } } $columnAttributes = [ 'valign' => 'top', diff --git a/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php b/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php index 269634820c14babe2fef6ada6bf62328557398c1..cfad9dafeb8637e0c25859a9ff5a56b226cd72de 100644 --- a/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php +++ b/typo3/sysext/backend/Classes/View/ProgressListenerInterface.php @@ -29,7 +29,6 @@ use Psr\Log\LogLevel; */ interface ProgressListenerInterface { - /** * Start a progress by using the maximum items, and an additional header message. * diff --git a/typo3/sysext/backend/Classes/ViewHelpers/ThumbnailViewHelper.php b/typo3/sysext/backend/Classes/ViewHelpers/ThumbnailViewHelper.php index a68d3533d9157913633d59b16b76b2b3fc7f6afa..77ae59169a8827268951a3ea78543f0e309eb883 100644 --- a/typo3/sysext/backend/Classes/ViewHelpers/ThumbnailViewHelper.php +++ b/typo3/sysext/backend/Classes/ViewHelpers/ThumbnailViewHelper.php @@ -59,7 +59,6 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\Exception; */ class ThumbnailViewHelper extends ImageViewHelper { - /** * Initialize arguments. */ diff --git a/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php b/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php index 733739c548ac75801268e811be7e1fa45c14f68f..423ada2358d5c339f192e775808d9d5c4c824a0c 100644 --- a/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php +++ b/typo3/sysext/backend/Tests/Unit/Controller/SiteConfigurationControllerTest.php @@ -26,7 +26,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class SiteConfigurationControllerTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/backend/Tests/UnitDeprecated/Utility/BackendUtilityTest.php b/typo3/sysext/backend/Tests/UnitDeprecated/Utility/BackendUtilityTest.php index a2b796fcf00b41d3990e84f8bd4310d7d4dba2e2..be42d54a892f8f92f9b2aa87f90d15f20b3775f5 100644 --- a/typo3/sysext/backend/Tests/UnitDeprecated/Utility/BackendUtilityTest.php +++ b/typo3/sysext/backend/Tests/UnitDeprecated/Utility/BackendUtilityTest.php @@ -26,7 +26,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class BackendUtilityTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/beuser/Classes/Service/UserInformationService.php b/typo3/sysext/beuser/Classes/Service/UserInformationService.php index df2132187ccec7f0fa1a81d106cb88cb034ed297..fdbc1bb66485425d56cfebf40d930bb7fba53502 100644 --- a/typo3/sysext/beuser/Classes/Service/UserInformationService.php +++ b/typo3/sysext/beuser/Classes/Service/UserInformationService.php @@ -30,7 +30,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class UserInformationService { - /** * @var IconFactory */ diff --git a/typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php b/typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php index b65753880cdcf97fe35a435616146646e2c7a8ee..a3432532669a5192c43d37713a3df075a317a248 100644 --- a/typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php +++ b/typo3/sysext/core/Classes/Authentication/CommandLineUserAuthentication.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class CommandLineUserAuthentication extends BackendUserAuthentication { - /** * The username of the CLI user (there is only one) * @var string diff --git a/typo3/sysext/core/Classes/Cache/DatabaseSchemaService.php b/typo3/sysext/core/Classes/Cache/DatabaseSchemaService.php index 8061003aa6ac8f924b74199e6064fde72a44a9ad..3b1d8702ba3fdf6b9414225aabe1ad825736dde9 100644 --- a/typo3/sysext/core/Classes/Cache/DatabaseSchemaService.php +++ b/typo3/sysext/core/Classes/Cache/DatabaseSchemaService.php @@ -22,7 +22,6 @@ use TYPO3\CMS\Core\Database\Event\AlterTableDefinitionStatementsEvent; */ final class DatabaseSchemaService { - /** * An event listener to inject the required caching framework database tables to the * tables definitions string diff --git a/typo3/sysext/core/Classes/Category/CategoryRegistry.php b/typo3/sysext/core/Classes/Category/CategoryRegistry.php index 0dce0a03139c49b8cdd0fbd8a3a3718b808064d3..8ff9fd6346dd4434fcad3b62035154062f4b01ad 100644 --- a/typo3/sysext/core/Classes/Category/CategoryRegistry.php +++ b/typo3/sysext/core/Classes/Category/CategoryRegistry.php @@ -274,7 +274,6 @@ class CategoryRegistry implements SingletonInterface */ protected function addToAllTCAtypes($tableName, $fieldName, array $options) { - // Makes sure to add more TCA to an existing structure if (isset($GLOBALS['TCA'][$tableName]['columns'])) { if (empty($options['fieldList'])) { diff --git a/typo3/sysext/core/Classes/Composer/PackageArtifactBuilder.php b/typo3/sysext/core/Classes/Composer/PackageArtifactBuilder.php index d5dc482db30af88990f198fa65c75212946d3e0e..8e8bb60a8f8d4b4dde1544fe7cd5b2fa6c7094e9 100644 --- a/typo3/sysext/core/Classes/Composer/PackageArtifactBuilder.php +++ b/typo3/sysext/core/Classes/Composer/PackageArtifactBuilder.php @@ -202,7 +202,7 @@ class PackageArtifactBuilder extends PackageManager implements InstallerScript $autoLoadGenerator->buildPackageMap($composer->getInstallationManager(), $rootPackage, $localRepo->getCanonicalPackages()), function (array $packageAndPath) { /** @var PackageInterface $composerPackage */ - [$composerPackage,] = $packageAndPath; + [$composerPackage] = $packageAndPath; // Filter all Composer packages without typo3/cms definition, but keep all // package names, to be able to ignore Composer only dependencies when ordering the packages $this->availableComposerPackageKeys[$composerPackage->getName()] = true; @@ -274,7 +274,7 @@ class PackageArtifactBuilder extends PackageManager implements InstallerScript continue; } $relativePath = substr($fileSystemResourcesPath, strlen($baseDir)); - [$relativePrefix,] = explode('Resources/Public', $relativePath); + [$relativePrefix] = explode('Resources/Public', $relativePath); $publicResourcesPath = $fileSystem->normalizePath($this->config->get('web-dir') . '/_assets/' . md5($relativePrefix)); $fileSystem->ensureDirectoryExists(dirname($publicResourcesPath)); if (!$fileSystem->isSymlinkedDirectory($publicResourcesPath)) { diff --git a/typo3/sysext/core/Classes/Context/TypoScriptAspect.php b/typo3/sysext/core/Classes/Context/TypoScriptAspect.php index af27d4c90e12e81d15cf7544d2893504a3c49af3..6c10fdbbc8032bf84f72c4b75bcf8ebe166915e0 100644 --- a/typo3/sysext/core/Classes/Context/TypoScriptAspect.php +++ b/typo3/sysext/core/Classes/Context/TypoScriptAspect.php @@ -27,7 +27,6 @@ use TYPO3\CMS\Core\Context\Exception\AspectPropertyNotFoundException; */ class TypoScriptAspect implements AspectInterface { - /** * @var bool */ diff --git a/typo3/sysext/core/Classes/DataHandling/DataHandler.php b/typo3/sysext/core/Classes/DataHandling/DataHandler.php index 0f84c646a89b5030b195b1567add0a3ac8386711..701ae5e674ba3f8c50531711c590b3b46076e8ab 100644 --- a/typo3/sysext/core/Classes/DataHandling/DataHandler.php +++ b/typo3/sysext/core/Classes/DataHandling/DataHandler.php @@ -1557,8 +1557,8 @@ class DataHandler implements LoggerAwareInterface } break; default: - // Do nothing - } + // Do nothing + } $res = $this->checkValueForInternalReferences($res, $value, $tcaFieldConf, $table, $id, $field); return $res; } diff --git a/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php b/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php index 24f0c7738d255ac69cfde82b5a763ee5cdf03dc8..12e21a3967781757425162aa4a6fbe619eeae0ff 100644 --- a/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php +++ b/typo3/sysext/core/Classes/DataHandling/PagePermissionAssembler.php @@ -32,7 +32,6 @@ use TYPO3\CMS\Core\Utility\MathUtility; */ class PagePermissionAssembler { - /** * Can be overridden from $GLOBALS['TYPO3_CONF_VARS']['BE']['defaultPermissions'] * diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php b/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php index c54dce78d3e7a02ce6d9ba4bd21d612ca731fcd6..67bac25580423be41c04bbeb0e180e99b741bdfe 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/Lexer.php @@ -272,8 +272,8 @@ class Lexer extends AbstractLexer return self::T_CLOSE_CURLY_BRACE; // Default default: - // Do nothing - } + // Do nothing + } return $type; } diff --git a/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php b/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php index e3316f5499ecc0ca0d8432115efe964754db3543..c81c1f5c0c3a195887fa096abbe9127a1554c500 100644 --- a/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php +++ b/typo3/sysext/core/Classes/Database/Schema/Parser/Parser.php @@ -282,8 +282,8 @@ class Parser --$numUnmatched; break; default: - // Do nothing - } + // Do nothing + } $token = $this->lexer->peek(); } diff --git a/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php b/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php index 80f76a6f8450bd2a6b286b9797640bd88be9a7c5..6ba4946494d6c5c39698cbc3cea8d3b4e952c1b8 100644 --- a/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php +++ b/typo3/sysext/core/Classes/Domain/Repository/PageRepository.php @@ -912,7 +912,6 @@ class PageRepository implements LoggerAwareInterface // There is a valid mount point in overlay mode. if (is_array($mountPointInfo) && $mountPointInfo['overlay']) { - // Using "getPage" is OK since we need the check for enableFields AND for type 2 // of mount pids we DO require a doktype < 200! $mountPointPage = $this->getPage($mountPointInfo['mount_pid']); diff --git a/typo3/sysext/core/Classes/Html/RteHtmlParser.php b/typo3/sysext/core/Classes/Html/RteHtmlParser.php index 8167dc0b1fff1c9ff3bf4efbae48fb470d953c33..9187b5b826aeb4b8e738ca9657f4543d9a1e4a43 100644 --- a/typo3/sysext/core/Classes/Html/RteHtmlParser.php +++ b/typo3/sysext/core/Classes/Html/RteHtmlParser.php @@ -198,8 +198,8 @@ class RteHtmlParser extends HtmlParser implements LoggerAwareInterface $value = $this->TS_transform_rte($value); break; default: - // Do nothing - } + // Do nothing + } } } // If an exit HTML cleaner was configured, pass the content through the HTMLcleaner @@ -253,8 +253,8 @@ class RteHtmlParser extends HtmlParser implements LoggerAwareInterface $value = $this->TS_transform_db($value); break; default: - // Do nothing - } + // Do nothing + } } } // process markup with HTML Sanitizer diff --git a/typo3/sysext/core/Classes/Http/Message.php b/typo3/sysext/core/Classes/Http/Message.php index fcf8f14282cfdb6ee1c8f39974ddf6b01878c6d2..19fee8cac42ed483a98a07579ecb441e2d034f1f 100644 --- a/typo3/sysext/core/Classes/Http/Message.php +++ b/typo3/sysext/core/Classes/Http/Message.php @@ -469,7 +469,6 @@ class Message implements MessageInterface } foreach (unpack('C*', $value) as $ascii) { - // Non-visible, non-whitespace characters // 9 === horizontal tab // 32-126, 128-254 === visible diff --git a/typo3/sysext/core/Classes/Http/Request.php b/typo3/sysext/core/Classes/Http/Request.php index 014f0332b93bf8b3b03cdba1ef73213ca6fcf87d..4a2456248c0083fa7d14412c5cfc858a3727281d 100644 --- a/typo3/sysext/core/Classes/Http/Request.php +++ b/typo3/sysext/core/Classes/Http/Request.php @@ -90,7 +90,6 @@ class Request extends Message implements RequestInterface */ public function __construct($uri = null, $method = null, $body = 'php://input', array $headers = []) { - // Build a streamable object for the body if ($body !== null && !is_string($body) && !is_resource($body) && !$body instanceof StreamInterface) { throw new \InvalidArgumentException('Body must be a string stream resource identifier, a stream resource, or a StreamInterface instance', 1436717271); diff --git a/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php index eca85f69727ab6b5e546ebd4c585c2250347e8fe..a1c43b9e0a0976792b522d69dcdbca5f04376abd 100644 --- a/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/EmailLinkHandler.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Core\LinkHandling; */ class EmailLinkHandler implements LinkHandlingInterface { - /** * Returns the link to an email as a string * diff --git a/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php index 50bb08ac5da364d936c88da499285900a71fa0e8..5dc7cf17ca5390ee33d0e021ca744cbe5b4dcbfb 100644 --- a/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/FileLinkHandler.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class FileLinkHandler implements LinkHandlingInterface { - /** * The Base URN * @var string diff --git a/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php index e9632f4d857d0ac50aa7ff8d5aa2064ba6f446e1..91b7550bc4dccaea96cbf50ce32e584ecdd68df4 100644 --- a/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/FolderLinkHandler.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class FolderLinkHandler implements LinkHandlingInterface { - /** * The Base URN * @var string diff --git a/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php b/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php index faf00cd34369223384f8edc58f94b38d3beb6d7e..c6fbd4ff97aa79540c32395dfa9ae8b37108b64d 100644 --- a/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php +++ b/typo3/sysext/core/Classes/LinkHandling/LegacyLinkNotationConverter.php @@ -33,7 +33,6 @@ use TYPO3\CMS\Core\Utility\MathUtility; */ class LegacyLinkNotationConverter { - /** * @var ResourceFactory */ diff --git a/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php index a50e2598a5f07bccde7eccacf33cc73b62917b5e..bcae5aa745a4717214f14b735d0285504ae7124f 100644 --- a/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/PageLinkHandler.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Core\LinkHandling; */ class PageLinkHandler implements LinkHandlingInterface { - /** * The Base URN for this link handling to act on * @var string diff --git a/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php index 53cce5b8f4c20c9dffd401b82bb948667f391da6..6f062ee18781fabca962f55e484dcad346f9a6ce 100644 --- a/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/TelephoneLinkHandler.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Core\LinkHandling; */ class TelephoneLinkHandler implements LinkHandlingInterface { - /** * Returns the link to a telephone number as a string * diff --git a/typo3/sysext/core/Classes/LinkHandling/UrlLinkHandler.php b/typo3/sysext/core/Classes/LinkHandling/UrlLinkHandler.php index 7a0df4f5e115b28d5a7d20f0bf364c652f9f75bb..a2b3814a4bbc3dfd626dba389662cb37643974ef 100644 --- a/typo3/sysext/core/Classes/LinkHandling/UrlLinkHandler.php +++ b/typo3/sysext/core/Classes/LinkHandling/UrlLinkHandler.php @@ -20,7 +20,6 @@ namespace TYPO3\CMS\Core\LinkHandling; */ class UrlLinkHandler implements LinkHandlingInterface { - /** * Returns the URL as given * diff --git a/typo3/sysext/core/Classes/Localization/Locales.php b/typo3/sysext/core/Classes/Localization/Locales.php index d35b7d076ed965c0e6726b3fd7c10ce23519a901..2361be6d8d14418bacffc78d640ac5853eb36779 100644 --- a/typo3/sysext/core/Classes/Localization/Locales.php +++ b/typo3/sysext/core/Classes/Localization/Locales.php @@ -242,7 +242,7 @@ class Locales implements SingletonInterface break; } // Strip the country code from the end - [$preferredLanguage, ] = explode('-', $preferredLanguage); + [$preferredLanguage] = explode('-', $preferredLanguage); if (isset($allLanguageCodesFromLocales[$preferredLanguage])) { $selectedLanguage = $allLanguageCodesFromLocales[$preferredLanguage]; break; diff --git a/typo3/sysext/core/Classes/Preparations/TcaPreparation.php b/typo3/sysext/core/Classes/Preparations/TcaPreparation.php index 2780461c07d1622f21880de9d62041c57dc4cdf4..95da7800f7fe4200ed977916cec25ed3e3b19459 100644 --- a/typo3/sysext/core/Classes/Preparations/TcaPreparation.php +++ b/typo3/sysext/core/Classes/Preparations/TcaPreparation.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class TcaPreparation { - /** * Prepare TCA * diff --git a/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php b/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php index 432042bdd9e2143ec058a8efe2634d4452f4a736..6cfdd5cf1534b06223fe2f2b30a7fef15437d879 100644 --- a/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php +++ b/typo3/sysext/core/Classes/Resource/Processing/LocalCropScaleMaskHelper.php @@ -78,7 +78,6 @@ class LocalCropScaleMaskHelper $croppedImage = null; if (!empty($configuration['crop'])) { - // check if it is a json object $cropData = json_decode($configuration['crop']); if ($cropData) { diff --git a/typo3/sysext/core/Classes/Resource/ResourceStorage.php b/typo3/sysext/core/Classes/Resource/ResourceStorage.php index c04fc87b4c39220796d7925cd235fa416d2e4ba3..93b67b13a947df8b3a11b0233d3887a3fb3015cd 100644 --- a/typo3/sysext/core/Classes/Resource/ResourceStorage.php +++ b/typo3/sysext/core/Classes/Resource/ResourceStorage.php @@ -2334,7 +2334,6 @@ class ResourceStorage implements ResourceStorageInterface */ public function renameFolder($folderObject, $newName) { - // Renaming the folder should check if the parent folder is writable // We cannot do this however because we cannot extract the parent folder from a folder currently if (!$this->checkFolderActionPermission('rename', $folderObject)) { diff --git a/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php b/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php index 477c09c53491bd6397b7bc9b4f605d57c85236c1..eb69d6825cb769d47685eb9e2298264ce7c0111e 100644 --- a/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php +++ b/typo3/sysext/core/Classes/Tree/Event/ModifyTreeDataEvent.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Tree\TableConfiguration\AbstractTableConfigurationTreeDataPro */ final class ModifyTreeDataEvent { - /** * @var TreeNode */ diff --git a/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php b/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php index b922fac0f9953421a3a3614f605ae1c456a113cb..6cae5f4eaacd34d7bbe1a0fe3d39ff74a5ba710b 100644 --- a/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php +++ b/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php @@ -242,7 +242,7 @@ class ExtendedTemplateService extends TemplateService ); break; default: - } + } return $all; } diff --git a/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php b/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php index e6d9fee862cd8b7988217f2d7cf0196ce3ffa1ff..e44db629cbe536c3ca34a76e7be690e1bc94ee34 100644 --- a/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php +++ b/typo3/sysext/core/Classes/TypoScript/Parser/TypoScriptParser.php @@ -808,7 +808,7 @@ class TypoScriptParser $filePointerPathParts = explode('/', substr($filename, 4)); // remove file part, determine whether to load setup or constants - [$includeType, ] = explode('.', (string)array_pop($filePointerPathParts)); + [$includeType] = explode('.', (string)array_pop($filePointerPathParts)); if (in_array($includeType, ['setup', 'constants'])) { // adapt extension key to required format (no underscores) diff --git a/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php b/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php index 9da8b7a5bbc7d2704215f354ea16aa870120c7e3..a3e7ea3359f1c72d49ec4db1f325e03b8d5ee867 100644 --- a/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php +++ b/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php @@ -293,8 +293,8 @@ class ExtensionManagementUtility } break; default: - // Intentionally left blank - } + // Intentionally left blank + } } } } @@ -699,7 +699,7 @@ class ExtensionManagementUtility $newList = preg_replace($pattern, '$1' . $insertionList . '$4', $list); break; default: - } + } // When preg_replace did not replace anything; append the $insertionList. if ($list === $newList) { diff --git a/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php b/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php index 26dfc7553f4335b70ad889e71af65d0baa1cf1d5..75156480afae9cda4600e1d03f30e751c39683ad 100644 --- a/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php +++ b/typo3/sysext/core/Classes/Utility/IpAnonymizationUtility.php @@ -24,7 +24,6 @@ namespace TYPO3\CMS\Core\Utility; */ class IpAnonymizationUtility { - /** * IPv4 netmask used to anonymize IPv4 address. * diff --git a/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php b/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php index 6a9b78dd4264e001c43fe189793e3ce8abdef3d8..5210c93dc91e87d99521a2f3c366025ca9d046d3 100644 --- a/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php +++ b/typo3/sysext/core/Tests/Acceptance/Install/AbstractIntroductionPackage.php @@ -21,7 +21,6 @@ use TYPO3\CMS\Core\Tests\Acceptance\Support\InstallTester; class AbstractIntroductionPackage { - /** * @param InstallTester $I */ diff --git a/typo3/sysext/core/Tests/Functional/RegistryTest.php b/typo3/sysext/core/Tests/Functional/RegistryTest.php index e67241ba9152271b4d353e958352eb64b19c20dc..6b31d8e17e925f0a5ef5f53fec6d555208dc3a77 100644 --- a/typo3/sysext/core/Tests/Functional/RegistryTest.php +++ b/typo3/sysext/core/Tests/Functional/RegistryTest.php @@ -27,7 +27,6 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase; */ class RegistryTest extends FunctionalTestCase { - /** * @test */ diff --git a/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php b/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php index b31eb0dde54cf19c56126a5d8764d002a4262683..022afc9cf4871d22d91a53a7235c417fbc01a5f7 100644 --- a/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/ConnectionTest.php @@ -218,7 +218,6 @@ class ConnectionTest extends UnitTestCase */ public function insertQueries(array $args, string $expectedQuery, array $expectedValues, array $expectedTypes): void { - // @todo drop else branch and condition once doctrine/dbal is requried in version 2.11.0 minimum if (method_exists(Connection::class, 'executeStatement')) { $this->connection->expects(self::once()) diff --git a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php index 730663e6398ca0ed9d1cbf6cc447abb0cc8f1de0..1d613cc46223dc92baefb955690abf14fa93b2bf 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Query/Restriction/PagePermissionRestrictionTest.php @@ -23,7 +23,6 @@ use TYPO3\CMS\Core\Type\Bitmask\Permission; class PagePermissionRestrictionTest extends AbstractRestrictionTestCase { - /** * Builds a shell for the user aspect object which returns the checked values in the Restriction. * diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php index 62703256edb7fa28051d91718f3a7d0dd90ddf2f..418fa6c88d5dc86d7fda29b6316d3bb06384782b 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/CharacterTypeAttributesTest.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\AbstractDataTypeBaseTestCas */ class CharacterTypeAttributesTest extends AbstractDataTypeBaseTestCase { - /** * Data provider for canParseCharacterDataTypeAttributes() * diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php index 524052693e369c62fb9d9736997f883e830d6929..63804984969d24a61449b17f506942ddc3264e49 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/EnumerationTypeAttributesTest.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\AbstractDataTypeBaseTestCas */ class EnumerationTypeAttributesTest extends AbstractDataTypeBaseTestCase { - /** * Data provider for canParseEnumerationDataTypeAttributes() * diff --git a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php index 50892e000392ec15c5e896ccc9046ea1722ab5be..09936fbc18b234cc557764eb46a366218e2a3737 100644 --- a/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php +++ b/typo3/sysext/core/Tests/Unit/Database/Schema/Parser/DataTypeAttributes/NumericTypeAttributesTest.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Tests\Unit\Database\Schema\Parser\AbstractDataTypeBaseTestCas */ class NumericTypeAttributesTest extends AbstractDataTypeBaseTestCase { - /** * Data provider for canParseNumericDataTypeAttributes() * diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/EmailLinkHandlerTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/EmailLinkHandlerTest.php index b4d9dbfd4beb1afa2ec13eeee21333107c5655b5..934361a7986d966ba978aa12b6c69a22f232381d 100644 --- a/typo3/sysext/core/Tests/Unit/LinkHandling/EmailLinkHandlerTest.php +++ b/typo3/sysext/core/Tests/Unit/LinkHandling/EmailLinkHandlerTest.php @@ -22,7 +22,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; class EmailLinkHandlerTest extends UnitTestCase { - /** * Data to resolve strings to arrays and vice versa, external, mail, page */ diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/PageLinkHandlerTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/PageLinkHandlerTest.php index e8705ff47ce4a6992e2ccaa278f41c6ddcf0d473..01466b28172f3dd529d271e88c2712dfbbe8ed4d 100644 --- a/typo3/sysext/core/Tests/Unit/LinkHandling/PageLinkHandlerTest.php +++ b/typo3/sysext/core/Tests/Unit/LinkHandling/PageLinkHandlerTest.php @@ -22,7 +22,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; class PageLinkHandlerTest extends UnitTestCase { - /** * Data to resolve strings to arrays and vice versa, external, mail, page * diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php index 38b06f45df03cd095739df5216958b2893b855d4..1b36ba5f932cb3972b90ce6f0bd4de07ae6e8dc6 100644 --- a/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php +++ b/typo3/sysext/core/Tests/Unit/LinkHandling/TelephoneLinkHandlerTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class TelephoneLinkHandlerTest extends UnitTestCase { - /** * Data to resolve strings to arrays and vice versa, external, mail, page * diff --git a/typo3/sysext/core/Tests/Unit/LinkHandling/UrlLinkHandlerTest.php b/typo3/sysext/core/Tests/Unit/LinkHandling/UrlLinkHandlerTest.php index 61be21832fff46ed8208d812c0fbc8d3edc14d7a..a4ba0bbc2d6dba007e2fd0a56a1c7054f45649a9 100644 --- a/typo3/sysext/core/Tests/Unit/LinkHandling/UrlLinkHandlerTest.php +++ b/typo3/sysext/core/Tests/Unit/LinkHandling/UrlLinkHandlerTest.php @@ -23,7 +23,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; class UrlLinkHandlerTest extends UnitTestCase { - /** * Data to resolve strings to arrays and vice versa, external, mail, page * diff --git a/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageRendererResolverTest.php b/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageRendererResolverTest.php index 1e3d46cf174079ed6326d0415d9d72ad58b211d7..e4b649fea84cdbf53eb8863db4063f4780a57865 100644 --- a/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageRendererResolverTest.php +++ b/typo3/sysext/core/Tests/Unit/Messaging/FlashMessageRendererResolverTest.php @@ -27,7 +27,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class FlashMessageRendererResolverTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/core/Tests/Unit/Resource/Collection/FileCollectionRegistryTest.php b/typo3/sysext/core/Tests/Unit/Resource/Collection/FileCollectionRegistryTest.php index a348f2e12937c8204dba5ac9dd86c41ed755e385..5ac22098219ed2d14c3e48cdb18eacca02954e7b 100644 --- a/typo3/sysext/core/Tests/Unit/Resource/Collection/FileCollectionRegistryTest.php +++ b/typo3/sysext/core/Tests/Unit/Resource/Collection/FileCollectionRegistryTest.php @@ -166,7 +166,6 @@ class FileCollectionRegistryTest extends BaseTestCase */ public function addNewTypeToTCA(): void { - // Create a TCA fixture for sys_file_collection $GLOBALS['TCA']['sys_file_collection'] = [ 'types' => [ diff --git a/typo3/sysext/core/Tests/Unit/TypoScript/ExtendedTemplateServiceTest.php b/typo3/sysext/core/Tests/Unit/TypoScript/ExtendedTemplateServiceTest.php index dcb9c4844acc11079151d66c9c64e29d56e65420..6d193da333e768cb841ba3cba20966f9379b1e2c 100644 --- a/typo3/sysext/core/Tests/Unit/TypoScript/ExtendedTemplateServiceTest.php +++ b/typo3/sysext/core/Tests/Unit/TypoScript/ExtendedTemplateServiceTest.php @@ -27,7 +27,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class ExtendedTemplateServiceTest extends UnitTestCase { - /** * @var ExtendedTemplateService|MockObject|AccessibleObjectInterface */ diff --git a/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php index 35537f0787c22f298b8ca1ab9d8faf2bbb1d5429..8b90308daf1aea5c9730cf41be39d7d1aa554ea4 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php +++ b/typo3/sysext/core/Tests/Unit/Utility/ClassNamingUtilityTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class ClassNamingUtilityTest extends UnitTestCase { - /** * DataProvider for translateModelNameToRepositoryName * and translateRepositoryNameToModelName diff --git a/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php index e712c902a9409c48bfe24ca2c81680e6da431c4c..c21cb38450ee6dd2e5fbd7c62d989ae8966cdb9e 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php +++ b/typo3/sysext/core/Tests/Unit/Utility/IpAnonymizationUtilityTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class IpAnonymizationUtilityTest extends UnitTestCase { - /** * Data provider for anonymizeIpReturnsCorrectValue * diff --git a/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php b/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php index c11979f134fca110fa91538bab7b44b9597004bb..b34e2312ff81617f2ba9db8e0ff63db16f3949d0 100644 --- a/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php +++ b/typo3/sysext/core/Tests/Unit/Utility/VersionNumberUtilityTest.php @@ -26,7 +26,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class VersionNumberUtilityTest extends UnitTestCase { - /** * @return array */ diff --git a/typo3/sysext/core/Tests/UnitDeprecated/Utility/StringUtilityTest.php b/typo3/sysext/core/Tests/UnitDeprecated/Utility/StringUtilityTest.php index c63186835913768b1bb3328489e7358fc2ce2efa..8814b58146361c6365d8b4348c983d3d58167674 100644 --- a/typo3/sysext/core/Tests/UnitDeprecated/Utility/StringUtilityTest.php +++ b/typo3/sysext/core/Tests/UnitDeprecated/Utility/StringUtilityTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class StringUtilityTest extends UnitTestCase { - /** * Data provider for endsWithReturnsTrueForMatchingFirstPart * diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateExample.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateExample.php index 8481cdf727df9b83066656c4132f07a466ddcda7..ec74f1297d590d3237fa65e89ecbeaee796207c3 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateExample.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateExample.php @@ -21,7 +21,6 @@ use TYPO3\CMS\Extbase\DomainObject\AbstractEntity; class DateExample extends AbstractEntity { - /** * A datetime stored in a text field * diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php index df36e276d2458d314bb53f2e8e75dab396bca12a..dfe79f1bda9fa3dc765f5e6877d46be1d0ef19d3 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/DateTimeImmutableExample.php @@ -21,7 +21,6 @@ use TYPO3\CMS\Extbase\DomainObject\AbstractEntity; class DateTimeImmutableExample extends AbstractEntity { - /** * Static value which is not part of an "entity". * (this property has to be ignored by Extbase when persisting this entity) diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Info.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Info.php index 05d26905106fe9df7ec6d6350f9ad74746b68ccc..ef3b2d7a693a5447a4a438de57f89657820f79d2 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Info.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Model/Info.php @@ -24,7 +24,6 @@ use TYPO3\CMS\Extbase\DomainObject\AbstractEntity; */ class Info extends AbstractEntity { - /** * @var string */ diff --git a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Validator/PostValidator.php b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Validator/PostValidator.php index 73426934d9c6ef06e396bb1c29484b546d145a8a..9e6107aee10ce7acd58bd68085330ea685af09d7 100644 --- a/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Validator/PostValidator.php +++ b/typo3/sysext/extbase/Tests/Functional/Fixtures/Extensions/blog_example/Classes/Domain/Validator/PostValidator.php @@ -26,7 +26,6 @@ use TYPO3\CMS\Extbase\Validation\Validator\AbstractValidator; */ class PostValidator extends AbstractValidator { - /** * Check if $value is valid. If it is not valid, needs to add an error * to result. diff --git a/typo3/sysext/extbase/Tests/Functional/Mvc/Validation/ActionControllerValidationTest.php b/typo3/sysext/extbase/Tests/Functional/Mvc/Validation/ActionControllerValidationTest.php index d1b4518804446da6f8d0ac4fa72ad182766822ea..38bfc0a4212afcc0271b64771da78559baebefa4 100644 --- a/typo3/sysext/extbase/Tests/Functional/Mvc/Validation/ActionControllerValidationTest.php +++ b/typo3/sysext/extbase/Tests/Functional/Mvc/Validation/ActionControllerValidationTest.php @@ -160,7 +160,6 @@ class ActionControllerValidationTest extends FunctionalTestCase $blogController = $this->get(BlogController::class); $response = $blogController->processRequest($request); if ($response instanceof ForwardResponse) { - /** @var Result $validationResult */ $validationResult = $response->getArgumentsValidationResult(); diff --git a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php index b56418004dbfdc1db2200d6339bd70b26c4c7b50..5b1a7db28b0133af9a4926c47dcf3f8749f78d97 100644 --- a/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php +++ b/typo3/sysext/extbase/Tests/Unit/Validation/Validator/DisjunctionValidatorTest.php @@ -28,7 +28,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class DisjunctionValidatorTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/extbase/Tests/UnitDeprecated/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php b/typo3/sysext/extbase/Tests/UnitDeprecated/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php index 1e03e7c0aed8ca6a07a4a029c47a8a5918491b62..41f1aad390fd5cbc251caf88824cede15d38ae73 100644 --- a/typo3/sysext/extbase/Tests/UnitDeprecated/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php +++ b/typo3/sysext/extbase/Tests/UnitDeprecated/Object/Container/Fixtures/ContainerPropertyInjectionTestClasses.php @@ -34,7 +34,6 @@ class ArgumentTestClassForPublicPropertyInjection class ProtectedPropertyInjectClass { - /** * @Extbase\Inject * @var \TYPO3\CMS\Extbase\Tests\UnitDeprecated\Object\Container\Fixtures\ArgumentTestClassForPublicPropertyInjection diff --git a/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionSiteFilesHaveBeenImportedEvent.php b/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionSiteFilesHaveBeenImportedEvent.php index 49db916baa62f950fde986c0c65f7a0148043f41..0f4abca751168182757b11b07fbb0df57217560a 100644 --- a/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionSiteFilesHaveBeenImportedEvent.php +++ b/typo3/sysext/extensionmanager/Classes/Event/AfterExtensionSiteFilesHaveBeenImportedEvent.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Extensionmanager\Event; */ final class AfterExtensionSiteFilesHaveBeenImportedEvent { - /** * @var string * diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DependencyTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DependencyTest.php index 924a797625c72054e04bd833fd13ff4092efb2ed..22893a2d87c2a9785eed1123ea7ed86c644dfef6 100644 --- a/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DependencyTest.php +++ b/typo3/sysext/extensionmanager/Tests/Unit/Domain/Model/DependencyTest.php @@ -22,7 +22,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; class DependencyTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php b/typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php index 135b98ada3252ec9f8b2a22bb9c97e89414b4157..1910e3b9394959f891a1051967a4b8920474a3cd 100644 --- a/typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php +++ b/typo3/sysext/extensionmanager/Tests/Unit/Utility/EmConfUtilityTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class EmConfUtilityTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_groups.php b/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_groups.php index 965e13d9d3874f4a5e318348762fca21fc61dfc7..6a9124672558333e96328a90cff711eb2a1c2514 100644 --- a/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_groups.php +++ b/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_groups.php @@ -3,7 +3,6 @@ defined('TYPO3') or die(); call_user_func(static function () { - // Adds the redirect field to the fe_groups table $additionalColumns = [ 'felogin_redirectPid' => [ diff --git a/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_users.php b/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_users.php index a8d79554f689bb3233b396b0a8b53a5343417b06..3ee8b7f9f3094bd04f9353dbba2609f3aba7f8bc 100644 --- a/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_users.php +++ b/typo3/sysext/felogin/Configuration/TCA/Overrides/fe_users.php @@ -3,7 +3,6 @@ defined('TYPO3') or die(); call_user_func(static function () { - // Adds the redirect field and the forgotHash field to the fe_users-table $additionalColumns = [ 'felogin_redirectPid' => [ diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Be/LinkViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Be/LinkViewHelper.php index 20c506326e568ab7b6c481e22b717b99bbfa4d1c..b048157ce649e1a9e3048e744bf331c47888d0d3 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/Be/LinkViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/Be/LinkViewHelper.php @@ -33,7 +33,6 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractTagBasedViewHelper; */ class LinkViewHelper extends AbstractTagBasedViewHelper { - /** * @var string */ diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php index d91c1db0cbea949b87af8a0c5b8e9342846e272a..1df76f20afb448a5b86afda8b6798ed0f793fe3f 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/Be/PageInfoViewHelper.php @@ -39,7 +39,6 @@ use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface; */ class PageInfoViewHelper extends AbstractBackendViewHelper { - /** * This ViewHelper renders HTML, thus output must not be escaped * diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php index 581525dc350771b1827b85bc06dd1afedb241e56..a1a278d73b81f267d3491552bb9498ee3a574c35 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/Be/PagePathViewHelper.php @@ -38,7 +38,6 @@ use TYPO3Fluid\Fluid\Core\Rendering\RenderingContextInterface; */ class PagePathViewHelper extends AbstractBackendViewHelper { - /** * This ViewHelper renders HTML, thus output must not be escaped * diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Be/UriViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Be/UriViewHelper.php index 397fc96f6396dfc4808eb2f4fefc90e4686176db..3820fe40a124ba671fb509765846176a536c3166 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/Be/UriViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/Be/UriViewHelper.php @@ -38,7 +38,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class UriViewHelper extends AbstractBackendViewHelper { - /** * Arguments initialization * diff --git a/typo3/sysext/fluid/Classes/ViewHelpers/Debug/RenderViewHelper.php b/typo3/sysext/fluid/Classes/ViewHelpers/Debug/RenderViewHelper.php index 5b32828140842164327d3271615120b8c79b9226..b3410d4473b5520625091ccc93636b326ed836b5 100644 --- a/typo3/sysext/fluid/Classes/ViewHelpers/Debug/RenderViewHelper.php +++ b/typo3/sysext/fluid/Classes/ViewHelpers/Debug/RenderViewHelper.php @@ -30,7 +30,6 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\AbstractViewHelper; */ class RenderViewHelper extends AbstractViewHelper { - /** * @var bool */ diff --git a/typo3/sysext/form/Classes/Controller/AbstractBackendController.php b/typo3/sysext/form/Classes/Controller/AbstractBackendController.php index b4cb6713f5ad1de6c937120b54c0560d7bb5b974..2b6fb4b8deb69865c67544389430867c1e2312cf 100644 --- a/typo3/sysext/form/Classes/Controller/AbstractBackendController.php +++ b/typo3/sysext/form/Classes/Controller/AbstractBackendController.php @@ -31,7 +31,6 @@ use TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManagerInterface; */ abstract class AbstractBackendController extends ActionController { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Controller/FormFrontendController.php b/typo3/sysext/form/Classes/Controller/FormFrontendController.php index c6d7579b8344867e6b32034476b5844c30e878c5..5bf22e77d6da9776bf77b236aae20c08b2e4f798 100644 --- a/typo3/sysext/form/Classes/Controller/FormFrontendController.php +++ b/typo3/sysext/form/Classes/Controller/FormFrontendController.php @@ -40,7 +40,6 @@ use TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManagerInterface; */ class FormFrontendController extends ActionController { - /** * @var \TYPO3\CMS\Form\Mvc\Persistence\FormPersistenceManagerInterface */ diff --git a/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php b/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php index 8c98b70c1169ea5141dc582537f2a119cbeb0348..e40a6b32acfa8446c4740f1b6cadafa7c1da7925 100644 --- a/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php +++ b/typo3/sysext/form/Classes/Domain/Condition/Functions/FormConditionFunctionsProvider.php @@ -26,7 +26,6 @@ use TYPO3\CMS\Extbase\Reflection\ObjectAccess; */ class FormConditionFunctionsProvider implements ExpressionFunctionProviderInterface { - /** * @return ExpressionFunction[] An array of Function instances */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php index eac4d6229f563cdf32ba34447968f30b62000d8b..7ba847283d1bdd9c9fe931cfbce299a86d92d93e 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessing.php @@ -25,7 +25,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing; */ class ArrayProcessing { - /** * @var string */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php index aa884b92f65bf5b64fb31600d422b75620fd5ad4..7368ed3e86bccaa3659337da379588599b73e95e 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/ArrayProcessing/ArrayProcessor.php @@ -28,7 +28,6 @@ use TYPO3\CMS\Form\Domain\Configuration\Exception\ArrayProcessorException; */ class ArrayProcessor { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php b/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php index 8a63813570a2610fc7cef7dbb1a14a9685358d0c..d031997b638fc130495440bbc3fea133063788b0 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/ConfigurationService.php @@ -48,7 +48,6 @@ use TYPO3\CMS\Form\Service\TranslationService; */ class ConfigurationService implements SingletonInterface { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php index d2aa90069688e11059294425988210ed8c79636c..1fdfd2ec2638e7876c9032b763acdbcba4fc3fc3 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FlexformConfiguration/Processors/ProcessorInterface.php @@ -24,7 +24,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FlexformConfiguration\Processors; */ interface ProcessorInterface { - /** * @param ProcessorDto $converterDto */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php index 0feefe47417ffcaf6ffbee83912fb7280e6701a5..5f0b84f873827e9e75e6613f5d415bbd7941a766 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AbstractConverter.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; */ abstract class AbstractConverter implements ConverterInterface { - /** * @var string */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php index f74d250cd3962f33bb999d8e3e447cbf6ac635f7..50100fce358bd44ff2e14616d50d58ca99ebe314 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataConverter.php @@ -27,7 +27,6 @@ use TYPO3\CMS\Form\Domain\Configuration\ArrayProcessing\ArrayProcessor; */ class AddHmacDataConverter extends AbstractConverter { - /** * Add a new value "_orig_<propertyName>" as a sibling of the property key. * "_orig_<propertyName>" is an array which contains the property value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php index 792f32ae08c88694ea9761523e14505c6cbf599d..9859f5e145609be34cab19fb87da4b932f386ee3 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToFormElementPropertyConverter.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class AddHmacDataToFormElementPropertyConverter extends AbstractConverter { - /** * @param string $key * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php index 4bd2c832fb5ff95fd0a82b5d33a25f950eb8de58..99f986552efbc5fe82e0d6593e07f301b04e80f0 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/AddHmacDataToPropertyCollectionElementConverter.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class AddHmacDataToPropertyCollectionElementConverter extends AbstractConverter { - /** * @param string $key * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php index 4412b35939fbd5004b068584e35bbbf50158a07b..652a243d0e75b3c6a0a952f72e37ae91931b635c 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterDto.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; */ class ConverterDto { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php index 9967a12a50155d3c2d0fb8d3c53d3bb03257628b..75708a1b86778554c5773049c3d6cb10611e6023 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/ConverterInterface.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters; */ interface ConverterInterface { - /** * @param ConverterDto $converterDto * @param string $sessionToken diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherTranslationLanguageConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherTranslationLanguageConverter.php index 85348feb70621d95e1e52f4b45cbf3a532b42650..fb0970bbd771c17a1ab1c8d3d6532975ce011625 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherTranslationLanguageConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/FinisherTranslationLanguageConverter.php @@ -24,7 +24,6 @@ use TYPO3\CMS\Core\Utility\ArrayUtility; */ class FinisherTranslationLanguageConverter extends AbstractConverter { - /** * If "finishers.x.options.translation.language" is empty then set the value to "default" and remove * the hmac. diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php index ce7826c7bf0b4bb1aa136aee8ee8e5cbb131f58b..25fa96530ef1fcf390bbaa0dd0e602b0c05c784c 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Converters/RemoveHmacDataConverter.php @@ -24,7 +24,6 @@ use TYPO3\CMS\Core\Utility\ArrayUtility; */ class RemoveHmacDataConverter extends AbstractConverter { - /** * Remove the hmac data ("_orig_<propertyName>") for the corresponding property. * diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php index 4e6a1d47c92b4dac8a62317f2a65c1b0bf2d8b54..512249635c975d1f86e9ea5474ae8c871688ddf0 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CollectionBasedValidator.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\Exception\PropertyException; */ abstract class CollectionBasedValidator extends AbstractValidator { - /** * Throws an exception if value from a property collection property * does not match its hmac hash or if there is no hmac hash diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php index 99d2c51b8047a92d18f52ff915c8e186209821aa..57bcc8f609f326ed67705bbded6668866443b128 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatableFormElementPropertiesValidator.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\Exception\PropertyException; */ class CreatableFormElementPropertiesValidator extends ElementBasedValidator { - /** * Checks if the form element property is defined within the form editor setup * or if the property is defined within the "predefinedDefaults" in the form editor setup diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php index a3a82f7c0a730575670939cbe80b6c830c1bc95d..6b769faba89826254f73fc2597acd8f1f094b0c5 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidator.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\Exception\PropertyException; */ class CreatablePropertyCollectionElementPropertiesValidator extends CollectionBasedValidator { - /** * Checks if the property collection element property is defined * within the form editor setup or if the property is defined within diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php index b7d993068b5dc7a357dbad8ccb64950996add7a9..0bb86c02b80a7bf276d00e2d4a89d799fef50693 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ElementBasedValidator.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\Exception\PropertyException; */ abstract class ElementBasedValidator extends AbstractValidator { - /** * Throws an exception if value from a form element property * does not match its hmac hash or if there is no hmac hash diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php index a9aed9dfcaf3651e7eba0de060042f9e295de936..41e9beec6979d12553b27f5d8234006ffb78618c 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/FormElementHmacDataValidator.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; */ class FormElementHmacDataValidator extends ElementBasedValidator { - /** * Checks if the form element property value matches to its hmac hash. * diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php index c89e52139be7becf0d5d3a6f0eb74bce1916e299..12aad17ce069747489aadd111f651484805a2dd1 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/PropertyCollectionElementHmacDataValidator.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; */ class PropertyCollectionElementHmacDataValidator extends CollectionBasedValidator { - /** * Checks if the property collection element values matches to its hmac hash. * diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php index a65a3733eb846fb8e5c957c327ccb59c7f5c3463..f2ddd520c5e3ac42c504f2a91118116fd5fcf4b1 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidationDto.php @@ -21,7 +21,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; class ValidationDto { - /** * @var string */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php index f9cdc51672a8ab30fe573666653ba148af5eaf49..9307046eeec6166a0e84712f58990d893b26d3c5 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinition/Validators/ValidatorInterface.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Validators; */ interface ValidatorInterface { - /** * @param array $currentElement * @param string $sessionToken diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php index ff8ccd1cdb250be1348fe55829d944cde97af14f..7dbfb084ec5232bfcc00a5d620699235532671fd 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FormDefinitionConversionService.php @@ -33,7 +33,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FormDefinition\Converters\RemoveHmacData */ class FormDefinitionConversionService implements SingletonInterface { - /** * Add a new value "_orig_<propertyName>" for each scalar property value * within the form definition as a sibling of the property key. diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php index 85e42e3c799c48da713cd40bd6bb8662d2c70029..d6924b0d538a1bcc31d63a0cf84ef1269eb938ed 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AbstractExtractor.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors; */ abstract class AbstractExtractor implements ExtractorInterface { - /** * @var ExtractorDto */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php index 4628ad91d45485811868b7082bfef058fe0dc712..40f75e8041d3392b2986ccdf2c65f7cdaa0117eb 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/AdditionalElementPropertyPathsExtractor.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors; */ class AdditionalElementPropertyPathsExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php index 74aee8b4f70fb7c7994f21be8568da5fa4a5e217..2171c5ba904b557bc52f3114357621b66c94a66e 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorDto.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors; */ class ExtractorDto { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php index 31b170906ab040246cd30a84f723a793df67e584..2b95bb5043d68daa5b9cf654173c19e3d2c938e7 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/ExtractorInterface.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors; */ interface ExtractorInterface { - /** * @param ExtractorDto $extractorDto */ diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php index f02dd3911516b76d13b86be3f71a44ba7a38dde4..ae975a76da8527250a1c88a6fc00cf401c79b031 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/IsCreatableFormElementExtractor.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra */ class IsCreatableFormElementExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php index ee66c0f3ae9d460ee19834a462d59ac5a3f3f4fa..d902e723c63509ef0c5975dedfa21d72bee43ee9 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/MultiValuePropertiesExtractor.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra */ class MultiValuePropertiesExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php index e5113030a7e1f9064922c6f1bbc7d9f7782fed27..f7be033f5dea53cbb361b6f726d8ee77a0bb1047 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PredefinedDefaultsExtractor.php @@ -24,7 +24,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra */ class PredefinedDefaultsExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php index 03c418937362a0eed48953513fc5688211591236..fef99a1c2a189cef1f5dfb2dccebaea76882d951 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/PropertyPathsExtractor.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra */ class PropertyPathsExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/SelectOptionsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/SelectOptionsExtractor.php index eaddb98e7e329c562f670d84411421a255c4d4c8..3feaaea8a640ce88e150638eed57a1c9681ac409 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/SelectOptionsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/FormElement/SelectOptionsExtractor.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra */ class SelectOptionsExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php index 89502e11f34bf2a488e920ceb8310f166cff4be5..0a400b07425ea3b609b67c506f4dcd315b916347 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/IsCreatablePropertyCollectionElementExtractor.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra */ class IsCreatablePropertyCollectionElementExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php index 6602249d0f7fda76209b426f7329a9405b45f17c..57deaa64894db26b3854c23a5da9f0465f4901b2 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/MultiValuePropertiesExtractor.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra */ class MultiValuePropertiesExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php index ac98ec4d1155225b483674baaf8b9b1fc36d95e9..2ca92ca1c24905809c8799dc88584a4af65f0797 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PredefinedDefaultsExtractor.php @@ -24,7 +24,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra */ class PredefinedDefaultsExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php index 293431370db52438d8e686c9516417ee9126648b..393aa62718ab9e4522bf0055bbb3b0fac6014df7 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/PropertyPathsExtractor.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra */ class PropertyPathsExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/SelectOptionsExtractor.php b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/SelectOptionsExtractor.php index cea3ba87e3e37038cefa2a3e05911a05d0b3fe66..0787e0464243a7c461fb286b8810a1ab1fd72ecf 100644 --- a/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/SelectOptionsExtractor.php +++ b/typo3/sysext/form/Classes/Domain/Configuration/FrameworkConfiguration/Extractors/PropertyCollectionElement/SelectOptionsExtractor.php @@ -25,7 +25,6 @@ use TYPO3\CMS\Form\Domain\Configuration\FrameworkConfiguration\Extractors\Abstra */ class SelectOptionsExtractor extends AbstractExtractor { - /** * @param string $_ * @param mixed $value diff --git a/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php b/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php index 5f28e0fee961fcbda9ab836cfd6aeb443d3623c5..ba62b7b657a959c88f5e1af00792016828a94d54 100644 --- a/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php +++ b/typo3/sysext/form/Classes/Domain/Factory/ArrayFormFactory.php @@ -37,7 +37,6 @@ use TYPO3\CMS\Form\Domain\Model\Renderable\CompositeRenderableInterface; */ class ArrayFormFactory extends AbstractFormFactory { - /** * Build a form definition, depending on some configuration. * diff --git a/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php b/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php index 16901253db099cc0d268babcde2dddcbd29a6fa9..08aca7b329f642b818cfd42dd6ba958b396d5399 100644 --- a/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php +++ b/typo3/sysext/form/Classes/Domain/Factory/FormFactoryInterface.php @@ -35,7 +35,6 @@ use TYPO3\CMS\Form\Domain\Model\FormDefinition; */ interface FormFactoryInterface { - /** * Build a form definition, depending on some configuration. * diff --git a/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php index aa9d210b7ee80bad0acce059abb30ef7a3ebc656..4e5a74c04960708697ba29c618e0f8e42548b709 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/AbstractFinisher.php @@ -40,7 +40,6 @@ use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController; */ abstract class AbstractFinisher implements FinisherInterface { - /** * @var \TYPO3\CMS\Extbase\Object\ObjectManagerInterface * @deprecated since v11, will be removed in v12. Drop together with inject method and ObjectManager removal. diff --git a/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php index b5e2e63af7137a8963e4b1f857cbff9366f482c1..7c217c352c250f835e279f9764d9e13a427d3a24 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/ClosureFinisher.php @@ -40,7 +40,6 @@ use TYPO3\CMS\Form\Domain\Finishers\Exception\FinisherException; */ class ClosureFinisher extends AbstractFinisher { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php index 72b32bc75c6f4f1c27f9c338dc4cc1238bce62f8..4a8db442434574b8acb43bca3c57c44ae933e459 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/ConfirmationFinisher.php @@ -48,7 +48,6 @@ use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer; */ class ConfirmationFinisher extends AbstractFinisher { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php index ab7dd9c89d065efbd35f3939dc10a1eeefc472ce..192480c736ba37ef882a763682f9b25a0af9e8af 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/DeleteUploadsFinisher.php @@ -30,7 +30,6 @@ use TYPO3\CMS\Form\Domain\Model\FormElements\FileUpload; */ class DeleteUploadsFinisher extends AbstractFinisher { - /** * Executes this finisher * @see AbstractFinisher::execute() diff --git a/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php b/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php index b3e23b9ace9c4df0f52222fa1e2b67c3e5c8a421..d1a3e7245cd85b527520cd285252ac2443194d76 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/FinisherContext.php @@ -36,7 +36,6 @@ use TYPO3\CMS\Form\Domain\Runtime\FormRuntime; */ class FinisherContext { - /** * If TRUE further finishers won't be invoked * diff --git a/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php b/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php index e6a3682b7be4129954fe9052d1134d3161b19053..2acf3e23b1c48fda388a37357dc2a1852668019c 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/FinisherVariableProvider.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Core\Utility\Exception\MissingArrayPathException; */ final class FinisherVariableProvider implements \ArrayAccess, \IteratorAggregate, \Countable { - /** * Two-dimensional object array storing the values. The first dimension is the finisher identifier, * and the second dimension is the identifier for the data the finisher wants to store. diff --git a/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php index f9f1500fc606fdd4a6aed4b96e15ec18f5ff0853..17c9991cf1ae0876676993eeecff3c76840ddf70 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/FlashMessageFinisher.php @@ -53,7 +53,6 @@ use TYPO3\CMS\Form\Domain\Finishers\Exception\FinisherException; */ class FlashMessageFinisher extends AbstractFinisher { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php index f1c3b9186bac4e2d7b05520c0e7a6110db45ba26..30c3588979489a2b711424730ddcba06f6ee05ce 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/RedirectFinisher.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Extbase\Mvc\Web\Routing\UriBuilder; */ class RedirectFinisher extends AbstractFinisher { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php b/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php index 78ef434ee274600cb32d82e9ac74ebdb63f2a3b5..cf63b4d9ac9e66bbcf9f3bd7c770d41c0503a7d3 100644 --- a/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php +++ b/typo3/sysext/form/Classes/Domain/Finishers/SaveToDatabaseFinisher.php @@ -173,7 +173,6 @@ use TYPO3\CMS\Form\Domain\Model\FormElements\FormElementInterface; */ class SaveToDatabaseFinisher extends AbstractFinisher { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php b/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php index c641763cab744b25fb91eba63b27ad21c24dd20b..19916151654b02036ef58319b3f3e6183bc1ac2f 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormDefinition.php @@ -224,7 +224,6 @@ use TYPO3\CMS\Form\Mvc\ProcessingRule; */ class FormDefinition extends AbstractCompositeRenderable implements VariableRenderableInterface { - /** * The Form's pages * diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php index 6fa1bcfc769609f3dfb03a62d321b4264cc57c27..b2dda710e8ff1c22c8f690a248db2b09a81ef76e 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractFormElement.php @@ -48,7 +48,6 @@ use TYPO3\CMS\Form\Domain\Model\Renderable\AbstractRenderable; */ abstract class AbstractFormElement extends AbstractRenderable implements FormElementInterface { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php index 2acf534a167a9d4ee6ccb534077737919a457bbc..071b94ff0add840e2e63a3548b5068b902dcfa4d 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/AbstractSection.php @@ -41,7 +41,6 @@ use TYPO3\CMS\Form\Domain\Model\Renderable\AbstractCompositeRenderable; */ abstract class AbstractSection extends AbstractCompositeRenderable { - /** * Constructor. Needs the identifier and type of this element * diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php index e2f3c63b0f59aa279c946f442c15ae1929f6ed60..bc3eb97d5497c546a2255f644a11e6d724e842e6 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/Date.php @@ -28,7 +28,6 @@ namespace TYPO3\CMS\Form\Domain\Model\FormElements; */ class Date extends AbstractFormElement implements StringableFormElementInterface { - /** * Initializes the Form Element by setting the data type to "DateTime" * @internal diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php index 02036c3afd94860c69912680d2029adae25c9c6b..61d8d1385e28045505da2b8ba7b102a451192685 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/DatePicker.php @@ -28,7 +28,6 @@ namespace TYPO3\CMS\Form\Domain\Model\FormElements; */ class DatePicker extends AbstractFormElement implements StringableFormElementInterface { - /** * Initializes the Form Element by setting the data type to "DateTime" * @internal diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php index 06d74741d6976fa2e57e17bda5c02fb427564c1d..f42f5174f44bc90214a46b4dd1ddf8609db86ed4 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/FileUpload.php @@ -26,7 +26,6 @@ use TYPO3\CMS\Extbase\Domain\Model\FileReference; */ class FileUpload extends AbstractFormElement { - /** * Initializes the Form Element by setting the data type to an Extbase File Reference * @internal diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php index 84f67389842bf876b5774e181833d35ca582795b..16a3090873f44f0422db1bbd0957b2e2e4667437 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/FormElementInterface.php @@ -38,7 +38,6 @@ use TYPO3\CMS\Form\Domain\Model\Renderable\RenderableInterface; */ interface FormElementInterface extends RenderableInterface { - /** * Will be called as soon as the element is (tried to be) added to a form * @see registerInFormIfPossible() diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php index 245391ac59881f9ad42da1e72e36cbec6e038846..798cc444a5ebd784b4c4f3c332bd36568d7f1276 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/Page.php @@ -42,7 +42,6 @@ use TYPO3\CMS\Form\Exception as FormException; */ class Page extends AbstractSection { - /** * Constructor. Needs this Page's identifier * diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php index 06d8b07e29cc64c3cb81912b5b074939e1c99cec..c166d4836cfb0606d7ca2f8cedb7d21b519ac600 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/Section.php @@ -37,7 +37,6 @@ use TYPO3\CMS\Extbase\Validation\Validator\NotEmptyValidator; */ class Section extends AbstractSection implements FormElementInterface { - /** * @var array */ diff --git a/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php b/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php index 65969025c6dc55eed76f5df7de439a64d87fa08a..bb50416090e5c5424bffc025b5b8244ccd40c18b 100644 --- a/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php +++ b/typo3/sysext/form/Classes/Domain/Model/FormElements/UnknownFormElement.php @@ -32,7 +32,6 @@ use TYPO3\CMS\Form\Domain\Model\Renderable\AbstractRenderable; */ class UnknownFormElement extends AbstractRenderable implements FormElementInterface { - /** * Constructor. Needs this FormElement's identifier and the FormElement type * diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php index 9b6288de4b1a292aa16915a3419605a61c3209f4..90585fcbff8f98e3a72130744fbb6982ccf88ed6 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractCompositeRenderable.php @@ -32,7 +32,6 @@ use TYPO3\CMS\Form\Domain\Model\Exception\FormDefinitionConsistencyException; */ abstract class AbstractCompositeRenderable extends AbstractRenderable implements CompositeRenderableInterface { - /** * array of child renderables * diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php index 77864ebff500b407d1d5f459c425c828c7391145..1101f5b8e62d8540a41631b9cdca7f6fd12d0b91 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/AbstractRenderable.php @@ -39,7 +39,6 @@ use TYPO3\CMS\Form\Domain\Model\FormDefinition; */ abstract class AbstractRenderable implements RenderableInterface, VariableRenderableInterface { - /** * Abstract "type" of this Renderable. Is used during the rendering process * to determine the template file or the View PHP class being used to render diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php index a58bf8fc515a97e81492d885956e0e193af1498d..0f8629da315f12be7c723b59a5b3accfacfb4b7e 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/CompositeRenderableInterface.php @@ -30,7 +30,6 @@ namespace TYPO3\CMS\Form\Domain\Model\Renderable; */ interface CompositeRenderableInterface extends RenderableInterface { - /** * Returns all RenderableInterface instances of this composite renderable recursively * diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php index d472c2376c90f2418b3597567605979d4d203e97..f9dbab3ea0731acea7cb036de872b15913236be5 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableInterface.php @@ -30,7 +30,6 @@ namespace TYPO3\CMS\Form\Domain\Model\Renderable; */ interface RenderableInterface extends RootRenderableInterface { - /** * Return the parent renderable * diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php index 67751ac51d4d097943dbefdf757d082007d0a3d4..9fad5071ccdec281cf2bb1ec555deee7cbfd7fdd 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariant.php @@ -27,7 +27,6 @@ use TYPO3\CMS\Form\Domain\Exception\IdentifierNotValidException; */ class RenderableVariant implements RenderableVariantInterface { - /** * @var string */ diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php index 7596e4aed682b103327c0111da57f3db426284e3..f532b5c9721dba4ec1d8d40263f121033d47a301 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RenderableVariantInterface.php @@ -26,7 +26,6 @@ use TYPO3\CMS\Core\ExpressionLanguage\Resolver; */ interface RenderableVariantInterface { - /** * @return string */ diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php index 5d3faf061d9f1a0677186462328aa2e3d088f8ab..28671107898f0d3ec8f1640dc645dc482e34a9c8 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/RootRenderableInterface.php @@ -29,7 +29,6 @@ namespace TYPO3\CMS\Form\Domain\Model\Renderable; */ interface RootRenderableInterface { - /** * Abstract "type" of this Renderable. Is used during the rendering process * to determine the template file or the View PHP class being used to render diff --git a/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php b/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php index 9bb685cddbf722568289f0844549c4db1f00c4c6..d7a7714b38189da0f0f4aa61893fe2fee877dd99 100644 --- a/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php +++ b/typo3/sysext/form/Classes/Domain/Model/Renderable/VariableRenderableInterface.php @@ -27,7 +27,6 @@ namespace TYPO3\CMS\Form\Domain\Model\Renderable; */ interface VariableRenderableInterface { - /** * Set multiple properties of this object at once. * Every property which has a corresponding set* method can be set using diff --git a/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php b/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php index 7f1abbe0c02f692c7be6affcac8ebd69c75c7ac5..bf5b9ac77b32d043b46fb04cff2fade92f6c6308 100644 --- a/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php +++ b/typo3/sysext/form/Classes/Domain/Renderer/AbstractElementRenderer.php @@ -32,7 +32,6 @@ use TYPO3\CMS\Form\Domain\Runtime\FormRuntime; */ abstract class AbstractElementRenderer implements RendererInterface { - /** * The assigned controller context which might be needed by the renderer. * diff --git a/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php b/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php index 695ec68f83d90d282fe55a80a7c301e7bb61b084..d7bc761a2603d83b5598fda21fc262db88c0df5d 100644 --- a/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php +++ b/typo3/sysext/form/Classes/Domain/Renderer/FluidFormRenderer.php @@ -125,7 +125,6 @@ use TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper; */ class FluidFormRenderer extends AbstractElementRenderer { - /** * Renders the FormDefinition. * diff --git a/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php b/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php index cb445327f0f392ed24bc39e4fe361af97ef6ebbe..0eb42f35d35c00cd52c03ec4597017f6bf639c71 100644 --- a/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php +++ b/typo3/sysext/form/Classes/Domain/Renderer/RendererInterface.php @@ -33,7 +33,6 @@ use TYPO3\CMS\Form\Domain\Runtime\FormRuntime; */ interface RendererInterface { - /** * Set the controller context which should be used * diff --git a/typo3/sysext/form/Classes/Domain/Runtime/FormState.php b/typo3/sysext/form/Classes/Domain/Runtime/FormState.php index b12bf9b9d37f78a92150663c148d253eb5b2bf6e..7f4d2f6e9e40789862fafc7edc8780ab6058955e 100644 --- a/typo3/sysext/form/Classes/Domain/Runtime/FormState.php +++ b/typo3/sysext/form/Classes/Domain/Runtime/FormState.php @@ -34,7 +34,6 @@ use TYPO3\CMS\Core\Utility\Exception\MissingArrayPathException; */ class FormState { - /** * Constant which means that we are currently not on any page; i.e. the form * has never rendered before. diff --git a/typo3/sysext/form/Classes/Hooks/FormElementHooks.php b/typo3/sysext/form/Classes/Hooks/FormElementHooks.php index e36f4b11fc9cfaf43367c35252fb449537e25133..57851a6b066f4f279f201f04d3352c0809a371c4 100644 --- a/typo3/sysext/form/Classes/Hooks/FormElementHooks.php +++ b/typo3/sysext/form/Classes/Hooks/FormElementHooks.php @@ -28,7 +28,6 @@ use TYPO3\CMS\Form\Service\TranslationService; */ class FormElementHooks { - /** * This hook is invoked by the FormRuntime for each form element * **after** a form page was submitted but **before** values are diff --git a/typo3/sysext/form/Classes/Hooks/ImportExportHook.php b/typo3/sysext/form/Classes/Hooks/ImportExportHook.php index 4770382f925ca42bce79c9b9b483cf1313f29366..0c72a62852c86bd4eedb8869b7f84223dcfb0d4f 100644 --- a/typo3/sysext/form/Classes/Hooks/ImportExportHook.php +++ b/typo3/sysext/form/Classes/Hooks/ImportExportHook.php @@ -23,7 +23,6 @@ use TYPO3\CMS\Form\Slot\FilePersistenceSlot; */ class ImportExportHook { - /** * @param array $params */ diff --git a/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php b/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php index 70d98e008a93f5dfc292c565358d62eac747f1d4..219b0ab5569ac632ea14d72cf7407567554213c4 100644 --- a/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php +++ b/typo3/sysext/form/Classes/Mvc/Configuration/InheritancesResolverService.php @@ -62,7 +62,6 @@ use TYPO3\CMS\Form\Mvc\Configuration\Exception\CycleInheritancesException; */ class InheritancesResolverService { - /** * The operator which is used to declare inheritances */ diff --git a/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php b/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php index dd4b3813ce716914daad0a59a8b5da6d1f270254..cf1d71a6f5ea43b52c214d6b8cd410db28ee6d49 100644 --- a/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php +++ b/typo3/sysext/form/Classes/Mvc/Persistence/FormPersistenceManagerInterface.php @@ -30,7 +30,6 @@ use TYPO3\CMS\Core\Resource\Folder; */ interface FormPersistenceManagerInterface { - /** * Load the array form representation identified by $persistenceIdentifier, and return it * diff --git a/typo3/sysext/form/Classes/Mvc/ProcessingRule.php b/typo3/sysext/form/Classes/Mvc/ProcessingRule.php index b273b2595aebf1ed7b5f51ab9897e7b63fd14e82..4d06b02903aa6b4cf379b20cd66e5002690e7e4a 100644 --- a/typo3/sysext/form/Classes/Mvc/ProcessingRule.php +++ b/typo3/sysext/form/Classes/Mvc/ProcessingRule.php @@ -33,7 +33,6 @@ use TYPO3\CMS\Extbase\Validation\Validator\ValidatorInterface; */ class ProcessingRule { - /** * The target data type the data should be converted to * diff --git a/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php b/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php index 43182d1fdbaa993c45a4dd73e1e2fee18835a640..850b48c84dfe03dc6b42460f13f1d7cf6beb8cb3 100644 --- a/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php +++ b/typo3/sysext/form/Classes/Mvc/Property/PropertyMappingConfiguration.php @@ -35,7 +35,6 @@ use TYPO3\CMS\Form\Mvc\Validation\MimeTypeValidator; */ class PropertyMappingConfiguration implements AfterFormStateInitializedInterface { - /** * This hook is called for each form element after the class * TYPO3\CMS\Form\Domain\Factory\ArrayFormFactory has built the entire form. diff --git a/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php b/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php index 09ad33577a099b61f84d80b038d729191d68029c..3771ed13ec4a7ef713f884f5db5c02b70745f783 100644 --- a/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php +++ b/typo3/sysext/form/Classes/Mvc/Property/TypeConverter/UploadedFileReferenceConverter.php @@ -46,7 +46,6 @@ use TYPO3\CMS\Form\Slot\ResourcePublicationSlot; */ class UploadedFileReferenceConverter extends AbstractTypeConverter { - /** * Folder where the file upload should go to (including storage). */ diff --git a/typo3/sysext/form/Classes/Service/DatabaseService.php b/typo3/sysext/form/Classes/Service/DatabaseService.php index 719da02c5d6b87a279645f19137f04db8737430e..ff558dcb92b46a813d52492aba2144b79d0680f2 100644 --- a/typo3/sysext/form/Classes/Service/DatabaseService.php +++ b/typo3/sysext/form/Classes/Service/DatabaseService.php @@ -30,7 +30,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class DatabaseService { - /** * Returns an array with all sys_refindex database rows which be * connected to a formDefinition identified by $persistenceIdentifier diff --git a/typo3/sysext/form/Classes/Service/TranslationService.php b/typo3/sysext/form/Classes/Service/TranslationService.php index 4da7742d3685394306ae13eaa6e4771613f36d59..3766da58d9b1d0fe8980b9eb0db41406d0d51cda 100644 --- a/typo3/sysext/form/Classes/Service/TranslationService.php +++ b/typo3/sysext/form/Classes/Service/TranslationService.php @@ -43,7 +43,6 @@ use TYPO3\CMS\Form\Domain\Runtime\FormRuntime; */ class TranslationService implements SingletonInterface { - /** * Local Language content * diff --git a/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php index c4734488fab066542859d18b5fc1f3e384936498..1aa15f391e973912cc0e8b0abb9a7c27172b4ca8 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/Form/DatePickerViewHelper.php @@ -38,7 +38,6 @@ use TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper; */ class DatePickerViewHelper extends AbstractFormFieldViewHelper { - /** * @var string */ diff --git a/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php index 95916457da39eb1d5e05ceea31392718f5961ba2..fe418d9122e9bfe4d83b3cfed4dcc045a45d94ce 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/Form/TimePickerViewHelper.php @@ -33,7 +33,6 @@ use TYPO3\CMS\Form\ViewHelpers\RenderRenderableViewHelper; */ class TimePickerViewHelper extends AbstractFormFieldViewHelper { - /** * @var string */ diff --git a/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php index bd20e6d043403f55aed09a83f15b96d9653988e0..e34eb9ff3b3307315ad2ea1855503909a814d5dc 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/Form/UploadedResourceViewHelper.php @@ -32,7 +32,6 @@ use TYPO3\CMS\Fluid\ViewHelpers\Form\UploadViewHelper; */ class UploadedResourceViewHelper extends UploadViewHelper { - /** * @var HashService */ diff --git a/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php index b92488c419d63d63a9fe6ab149b4c14c8b51fc69..e9d82c1c71ae0bdf6411c1f876a4ff2c195ceb40 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/FormViewHelper.php @@ -33,7 +33,6 @@ use TYPO3Fluid\Fluid\Core\ViewHelper\TagBuilder; */ class FormViewHelper extends FluidFormViewHelper { - /** * Renders hidden form fields for referrer information about * the current request. diff --git a/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php b/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php index 4e9fa20250e5c8c9e0c4a32b0eed10c10e11bd4c..f1d92e17f0295ffadd6404762291b484a8c9541b 100644 --- a/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php +++ b/typo3/sysext/form/Classes/ViewHelpers/RenderRenderableViewHelper.php @@ -65,7 +65,6 @@ class RenderRenderableViewHelper extends AbstractViewHelper */ public static function renderStatic(array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) { - /** @var FormRuntime $formRuntime */ $formRuntime = $renderingContext ->getViewHelperVariableContainer() diff --git a/typo3/sysext/form/Tests/Functional/Framework/FormHandling/FormDataFactory.php b/typo3/sysext/form/Tests/Functional/Framework/FormHandling/FormDataFactory.php index ed5d6975c8248f326e117b57193c7ed9d0774132..8f257848e0c48d24a3824c75114074b1d847bc1f 100644 --- a/typo3/sysext/form/Tests/Functional/Framework/FormHandling/FormDataFactory.php +++ b/typo3/sysext/form/Tests/Functional/Framework/FormHandling/FormDataFactory.php @@ -47,7 +47,7 @@ final class FormDataFactory parse_str($actionQuery, $queryArray); $data['actionQueryData'] = $queryArray; - [$actionUrl, ] = explode('?', $action); + [$actionUrl] = explode('?', $action); $data['actionUrl'] = $actionUrl; break; diff --git a/typo3/sysext/form/Tests/Unit/Controller/AbstractBackendControllerTest.php b/typo3/sysext/form/Tests/Unit/Controller/AbstractBackendControllerTest.php index 286d74c417d75f86704b16edc18d4a41fafabd72..ec948c8975e114d540823b67b59754799dafa966 100644 --- a/typo3/sysext/form/Tests/Unit/Controller/AbstractBackendControllerTest.php +++ b/typo3/sysext/form/Tests/Unit/Controller/AbstractBackendControllerTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class AbstractBackendControllerTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php index a9669ac65ecc31299cbb4ca791352bb925ea4b66..b8e1a56041592a1043b8c03fc30acd63ab13617c 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinition/Validators/CreatablePropertyCollectionElementPropertiesValidatorTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; class CreatablePropertyCollectionElementPropertiesValidatorTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php index 02f15d1f5e145d34754056de912b5affa5dfb84d..6cbc14ab57a1a8b0ccfa06a6a8f2d9bca94371f5 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Configuration/FormDefinitionConversionServiceTest.php @@ -23,7 +23,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; class FormDefinitionConversionServiceTest extends UnitTestCase { - /** * @var bool Reset singletons created by subject */ diff --git a/typo3/sysext/form/Tests/Unit/Domain/Renderable/AbstractRenderableTest.php b/typo3/sysext/form/Tests/Unit/Domain/Renderable/AbstractRenderableTest.php index 491564a356260fb0a6665ec44b144c580a770936..c31695098d46d0f1b2c71a025cbd5df36c7fd660 100644 --- a/typo3/sysext/form/Tests/Unit/Domain/Renderable/AbstractRenderableTest.php +++ b/typo3/sysext/form/Tests/Unit/Domain/Renderable/AbstractRenderableTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class AbstractRenderableTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Validation/CountValidatorTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Validation/CountValidatorTest.php index d16cfa7a6abbc9d813e063ba577388a783feab1d..a767b8cff32f3b18f963754402e955ad0edb87b5 100644 --- a/typo3/sysext/form/Tests/Unit/Mvc/Validation/CountValidatorTest.php +++ b/typo3/sysext/form/Tests/Unit/Mvc/Validation/CountValidatorTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class CountValidatorTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Validation/DateRangeValidatorTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Validation/DateRangeValidatorTest.php index 3edd0445ad245e7101921856b9764b7d68b568f3..6951d761da3c807dc751aea357f2efb49e02b274 100644 --- a/typo3/sysext/form/Tests/Unit/Mvc/Validation/DateRangeValidatorTest.php +++ b/typo3/sysext/form/Tests/Unit/Mvc/Validation/DateRangeValidatorTest.php @@ -26,7 +26,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class DateRangeValidatorTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/form/Tests/Unit/Mvc/Validation/EmptyValidatorTest.php b/typo3/sysext/form/Tests/Unit/Mvc/Validation/EmptyValidatorTest.php index 8f0ff1f81efe63ffc3e089c0bdfca86a6bf1983a..0fcdfff5ce0fa29b72a7c3bf6b1556737f672dfc 100644 --- a/typo3/sysext/form/Tests/Unit/Mvc/Validation/EmptyValidatorTest.php +++ b/typo3/sysext/form/Tests/Unit/Mvc/Validation/EmptyValidatorTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class EmptyValidatorTest extends UnitTestCase { - /** * @test */ diff --git a/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php b/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php index 36c1a4afa10e543685af92eac08ed1341c04ada9..df5b7ad4afc6b24f022e4f2f472999bc2db11d56 100644 --- a/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php +++ b/typo3/sysext/form/Tests/Unit/ViewHelpers/Form/DatePickerViewHelperTest.php @@ -25,7 +25,6 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase; */ class DatePickerViewHelperTest extends UnitTestCase { - /** * @var \TYPO3\CMS\Form\ViewHelpers\Form\DatePickerViewHelper */ diff --git a/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php b/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php index 83463446e6b0f8a9adbbec08f4ed47beb48ecb88..b16a92880befd539c7627ad81d7ad3efd78141c4 100644 --- a/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php +++ b/typo3/sysext/frontend/Classes/Aspect/PreviewAspect.php @@ -28,7 +28,6 @@ use TYPO3\CMS\Core\Context\Exception\AspectPropertyNotFoundException; */ class PreviewAspect implements AspectInterface { - /** * @var bool */ diff --git a/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php index 313e79a77f2d2742c0d6bcc7c7e22852f46fc5f9..8d0669e424013b389f21f8a7c2cdeba3e8ed7c87 100644 --- a/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php +++ b/typo3/sysext/frontend/Classes/ContentObject/FilesContentObject.php @@ -149,7 +149,6 @@ class FilesContentObject extends AbstractContentObject */ protected function addFileReferences(array $configuration, array $element, FileCollector $fileCollector) { - // It's important that this always stays "fieldName" and not be renamed to "field" as it would otherwise collide with the stdWrap key of that name $referencesFieldName = $this->cObj->stdWrapValue('fieldName', $configuration['references.'] ?? []); diff --git a/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php index 17ac7afda979d526ffadda5839c41a6b2ea3bc48..d41fa82f5888755c4a5e1b880f1c767062c7abc4 100644 --- a/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php +++ b/typo3/sysext/frontend/Classes/ContentObject/ImageContentObject.php @@ -169,7 +169,6 @@ class ImageContentObject extends AbstractContentObject || isset($conf['layout.'][$layoutKey . '.']['source.']) && $conf['layout.'][$layoutKey . '.']['source.'] ) ) { - // find active sourceCollection $activeSourceCollections = []; foreach ($conf['sourceCollection.'] as $sourceCollectionKey => $sourceCollectionConfiguration) { diff --git a/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php b/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php index e110be3bc548427c2a46b4bcc0cdfeec4f6a6053..ece0d89c49edb9998a751900d43991c2da96f876 100644 --- a/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php +++ b/typo3/sysext/frontend/Classes/ContentObject/RecordsContentObject.php @@ -180,7 +180,6 @@ class RecordsContentObject extends AbstractContentObject // Loop on all selected tables foreach ($tables as $table) { - // Get the records for each selected category $tableRecords = []; $categoriesPerRecord = []; diff --git a/typo3/sysext/frontend/Classes/DataProcessing/FlexFormProcessor.php b/typo3/sysext/frontend/Classes/DataProcessing/FlexFormProcessor.php index ac59803447035656b0b817902fc3b712b568e598..002fa70550de915dc643114042ab27c6a78fa744 100644 --- a/typo3/sysext/frontend/Classes/DataProcessing/FlexFormProcessor.php +++ b/typo3/sysext/frontend/Classes/DataProcessing/FlexFormProcessor.php @@ -60,7 +60,6 @@ class FlexFormProcessor implements DataProcessorInterface array $processorConfiguration, array $processedData ): array { - // The field name to process $fieldName = $cObj->stdWrapValue('fieldName', $processorConfiguration, 'pi_flexform'); diff --git a/typo3/sysext/frontend/Classes/DataProcessing/GalleryProcessor.php b/typo3/sysext/frontend/Classes/DataProcessing/GalleryProcessor.php index 06a8caed506ce382f23f71e80c66a1e8750112f5..44b88b53792011cdafd2490e63eaa2e3822cacf7 100644 --- a/typo3/sysext/frontend/Classes/DataProcessing/GalleryProcessor.php +++ b/typo3/sysext/frontend/Classes/DataProcessing/GalleryProcessor.php @@ -347,7 +347,6 @@ class GalleryProcessor implements DataProcessorInterface */ protected function calculateRowsAndColumns() { - // If no columns defined, set it to 1 $columns = max((int)$this->numberOfColumns, 1); diff --git a/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php b/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php index 3ca4d9e6edfb74c4fb30a148e7b1cd77534206c9..65b8ae2a39beefd94cbe82540bd1bd3416192e04 100644 --- a/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php +++ b/typo3/sysext/frontend/Classes/Middleware/ContentLengthResponseHeader.php @@ -33,7 +33,6 @@ use TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController; */ class ContentLengthResponseHeader implements MiddlewareInterface { - /** * Adds the content length * diff --git a/typo3/sysext/frontend/Classes/Typolink/LinkResult.php b/typo3/sysext/frontend/Classes/Typolink/LinkResult.php index 8c8333b15d70c10d4efef1cc55cf186e55aed4c5..a14175965081d351fa16de40580e1833bab249d0 100644 --- a/typo3/sysext/frontend/Classes/Typolink/LinkResult.php +++ b/typo3/sysext/frontend/Classes/Typolink/LinkResult.php @@ -254,8 +254,8 @@ class LinkResult implements LinkResultInterface, \JsonSerializable, \ArrayAccess $this->target = (string)$value; break; default: - // do nothing - } + // do nothing + } } // @todo Will this also removed in TYPO3 v12.0, like offsetExists ? @@ -276,7 +276,7 @@ class LinkResult implements LinkResultInterface, \JsonSerializable, \ArrayAccess $this->target = ''; break; default: - // do nothing - } + // do nothing + } } } diff --git a/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php b/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php index 3b47e899647e945a39f0d2a81b5bb6feae2b7949..9e190edb4d1c468ac07e72fd184626107ea2a6b9 100644 --- a/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php +++ b/typo3/sysext/frontend/Tests/Functional/Rendering/LocalizedSiteContentRenderingTest.php @@ -699,7 +699,6 @@ class LocalizedSiteContentRenderingTest extends AbstractDataHandlerActionTestCas public function contentOnPartiallyTranslatedPageDataProvider(): array { - //Expected behaviour: //Setting sys_language_mode to different values doesn't influence the result as the requested page is translated to Polish, //Page title is always [PL]Page, and both languageId/contentId are always 3 diff --git a/typo3/sysext/impexp/Classes/Controller/ExportController.php b/typo3/sysext/impexp/Classes/Controller/ExportController.php index adb9ae35ee29efa45d75bb1a02aa4beb6706829c..d12c8377466d7ecf0df342bce404e59826d900f7 100644 --- a/typo3/sysext/impexp/Classes/Controller/ExportController.php +++ b/typo3/sysext/impexp/Classes/Controller/ExportController.php @@ -286,7 +286,6 @@ class ExportController extends ImportExportController // Perform export: if (($inData['download_export'] ?? null) || ($inData['save_export'] ?? null)) { - // Export by download: if ($inData['download_export'] ?? null) { $fileName = $this->export->getOrGenerateExportFileNameWithFileExtension(); diff --git a/typo3/sysext/indexed_search/Classes/FileContentParser.php b/typo3/sysext/indexed_search/Classes/FileContentParser.php index ae257a7dadbafd475844dfa090710cf80091518e..bacef7cdf9aed252237abdefc15eb9284c235c22 100644 --- a/typo3/sysext/indexed_search/Classes/FileContentParser.php +++ b/typo3/sysext/indexed_search/Classes/FileContentParser.php @@ -415,8 +415,8 @@ class FileContentParser // PHP strip-tags() return sprintf($this->sL('LLL:EXT:indexed_search/Resources/Private/Language/locallang_main.xlf:extension.XML'), $extension); default: - // Do nothing - } + // Do nothing + } return ''; } @@ -777,7 +777,7 @@ class FileContentParser $this->setLocaleForServerFileSystem(true); break; default: - } + } return $cParts; } diff --git a/typo3/sysext/indexed_search/Classes/Indexer.php b/typo3/sysext/indexed_search/Classes/Indexer.php index 1efde4d90a4c397ff756a6d7925ca1fca0578c72..a194608109294ffe6509b5394f08df8dd48b9576 100644 --- a/typo3/sysext/indexed_search/Classes/Indexer.php +++ b/typo3/sysext/indexed_search/Classes/Indexer.php @@ -37,7 +37,6 @@ use TYPO3\CMS\IndexedSearch\Utility\IndexedSearchUtility; */ class Indexer { - /** * @var array */ diff --git a/typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php b/typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php index 0a63c6e8e2252e9c07259281ac66db4a19d2e61f..706d13b8fdaf5dd550324bf97927d7306822dd98 100644 --- a/typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php +++ b/typo3/sysext/info/Classes/Controller/InfoPageTyposcriptConfigController.php @@ -210,8 +210,8 @@ class InfoPageTyposcriptConfigController $pageTsConfig = $pageTsConfig['user.'] ?? []; break; default: - // Entire array - } + // Entire array + } $this->view->assign('csh', BackendUtility::cshItem('_MOD_web_info', 'tsconfig_hierarchy', '', '|')); $this->view->assign('tree', $tmpl->ext_getObjTree($pageTsConfig, '', '', '', '', $this->pObj->MOD_SETTINGS['tsconf_alphaSort'] ?? '0')); diff --git a/typo3/sysext/install/Classes/Controller/MaintenanceController.php b/typo3/sysext/install/Classes/Controller/MaintenanceController.php index 3de4e3034460d1d810e28c01a7319453ba31d557..414a37295b0570b2ba21d836c7cdc0004ae883eb 100644 --- a/typo3/sysext/install/Classes/Controller/MaintenanceController.php +++ b/typo3/sysext/install/Classes/Controller/MaintenanceController.php @@ -584,7 +584,6 @@ class MaintenanceController extends AbstractController $connectionPool->getConnectionForTable('be_users')->insert('be_users', $adminUserFields); if ($isSystemMaintainer) { - // Get the new admin user uid just created $newAdminUserUid = (int)$connectionPool->getConnectionForTable('be_users')->lastInsertId('be_users'); diff --git a/typo3/sysext/install/Classes/Report/InstallStatusReport.php b/typo3/sysext/install/Classes/Report/InstallStatusReport.php index 8003170f949886602934aac0414fc81e5a5f9d92..6633af4b8524eb026448db4ab62cbcc50bcda8f8 100644 --- a/typo3/sysext/install/Classes/Report/InstallStatusReport.php +++ b/typo3/sysext/install/Classes/Report/InstallStatusReport.php @@ -149,7 +149,7 @@ class InstallStatusReport implements StatusProviderInterface $severity = Status::ERROR; break; default: - } + } } } } diff --git a/typo3/sysext/install/Classes/Report/SecurityStatusReport.php b/typo3/sysext/install/Classes/Report/SecurityStatusReport.php index 8be3aad4bceac65f26675b9f0b4a960c53538618..2aab4e63dcd551e1eb283d37a124c61ad7572ec0 100644 --- a/typo3/sysext/install/Classes/Report/SecurityStatusReport.php +++ b/typo3/sysext/install/Classes/Report/SecurityStatusReport.php @@ -155,8 +155,8 @@ class SecurityStatusReport implements StatusProviderInterface EnableFileService::removeInstallToolEnableFile(); break; default: - // Do nothing - } + // Do nothing + } } /** diff --git a/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php b/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php index 84d1243b0af116ab021334a4cd40aabeb842a293..49fae425418d99c34b19c9bc4b1f2e247fdba561 100644 --- a/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php +++ b/typo3/sysext/install/Classes/Service/LocalConfigurationValueService.php @@ -31,7 +31,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class LocalConfigurationValueService { - /** * Get up configuration data. Prepares main TYPO3_CONF_VARS * array to be displayed and merges is with the description file diff --git a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php index 976f3411a19cdef0fdf4e9391fd4c0081400ea70..9da15e6819ea52dd6f5968bc84f47d814ff332cc 100644 --- a/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php +++ b/typo3/sysext/install/Classes/SystemEnvironment/DatabaseCheck/Platform/Sqlite.php @@ -28,7 +28,6 @@ use TYPO3\CMS\Core\Utility\GeneralUtility; */ class Sqlite extends AbstractPlatform { - /** * Get all status information as array with status objects * diff --git a/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php b/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php index 0fd4e0f66e60800138a4cfdd44626e60b6e5ad90..694379d2a5d85b2b813793957c9be6a84603b724 100644 --- a/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php +++ b/typo3/sysext/lowlevel/Classes/Command/LostFilesCommand.php @@ -216,7 +216,6 @@ If you want to get more detailed information, use the --verbose option.') // Traverse files and for each, look up if its found in the reference index. foreach ($files as $key => $value) { - // First, allow "index.html", ".htaccess" files since they are often used for good reasons if (substr($value, -11) === '/index.html' || substr($value, -10) === '/.htaccess') { continue; diff --git a/typo3/sysext/recordlist/Classes/LinkHandler/FileLinkHandler.php b/typo3/sysext/recordlist/Classes/LinkHandler/FileLinkHandler.php index d7afd926034f4677e06b9cf0c7d83a85058e6330..a111099d03dfe8616eca1536e89a2e62cad48f0f 100644 --- a/typo3/sysext/recordlist/Classes/LinkHandler/FileLinkHandler.php +++ b/typo3/sysext/recordlist/Classes/LinkHandler/FileLinkHandler.php @@ -126,7 +126,6 @@ class FileLinkHandler extends AbstractLinkHandler implements LinkHandlerInterfac // Build the file upload and folder creation form if ($selectedFolder) { - // If a folder is found, store it in the session to continue where the editor left off the last time if ($selectedFolder->checkActionPermission('read')) { $moduleSessionData = $this->getBackendUser()->getModuleData('browse_links.php', 'ses') ?: []; diff --git a/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php b/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php index 5301a27f5eb1a67cef3c2a4a3b3a0b7d5b2c2679..5960d734162eb9223c26d11124aa8449c4f461e7 100644 --- a/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php +++ b/typo3/sysext/recycler/Classes/Controller/RecyclerModuleController.php @@ -39,7 +39,6 @@ use TYPO3\CMS\Fluid\View\StandaloneView; */ class RecyclerModuleController { - /** * @var array */ diff --git a/typo3/sysext/redirects/Classes/Service/RedirectService.php b/typo3/sysext/redirects/Classes/Service/RedirectService.php index f99bf6cd5a4d342d2dbe603536db53af83cbc7da..633b7dba332280b3952950b6c0fa03e61e61a9e2 100644 --- a/typo3/sysext/redirects/Classes/Service/RedirectService.php +++ b/typo3/sysext/redirects/Classes/Service/RedirectService.php @@ -214,8 +214,8 @@ class RedirectService implements LoggerAwareInterface } break; default: - // we have to return the link details without having a "URL" parameter - } + // we have to return the link details without having a "URL" parameter + } } catch (InvalidPathException $e) { return []; } diff --git a/typo3/sysext/reports/Classes/Report/Status/FalStatus.php b/typo3/sysext/reports/Classes/Report/Status/FalStatus.php index c909915e0547a61692ce67e8d9f96743e98a680a..6c2f36988f6806b8000a4846261a15b7a4ad3420 100644 --- a/typo3/sysext/reports/Classes/Report/Status/FalStatus.php +++ b/typo3/sysext/reports/Classes/Report/Status/FalStatus.php @@ -61,7 +61,6 @@ class FalStatus implements StatusProviderInterface /** @var ResourceStorage $storageObject */ foreach ($storageObjects as $storageObject) { - // We only check missing files for storages that are online if ($storageObject->isOnline()) { $storages[$storageObject->getUid()] = $storageObject; diff --git a/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php b/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php index 639441e480e8dbc29db51ef7b560231d8aa4731c..34b3eadd95a1ba493cc9d55dcfed69f3f774e48b 100644 --- a/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php +++ b/typo3/sysext/scheduler/Classes/Controller/SchedulerModuleController.php @@ -55,7 +55,6 @@ use TYPO3\CMS\Scheduler\Task\Enumeration\Action; */ class SchedulerModuleController { - /** * Array containing submitted data when editing or adding a task * diff --git a/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php b/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php index ba73df14ac70794eb6c4a54d193104fb0bcd1633..1f42c591c6ca07d037a5bd8388ad7c67c46fb935 100644 --- a/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php +++ b/typo3/sysext/scheduler/Classes/Task/IpAnonymizationTask.php @@ -33,7 +33,6 @@ use TYPO3\CMS\Core\Utility\IpAnonymizationUtility; */ class IpAnonymizationTask extends AbstractTask { - /** * @var int Number of days */ diff --git a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php index ac9a2f495a6895b294782d9447e3e25d1303e217..0d75d70eb6464284b653e3eef0d7daaa37fb5915 100644 --- a/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php +++ b/typo3/sysext/seo/Tests/Functional/XmlSitemap/XmlSitemapPagesTest.php @@ -22,7 +22,6 @@ namespace TYPO3\CMS\Seo\Tests\Functional\XmlSitemap; */ class XmlSitemapPagesTest extends AbstractXmlSitemapPagesTest { - /** * @param string $urlPattern * @test diff --git a/typo3/sysext/setup/Classes/Controller/SetupModuleController.php b/typo3/sysext/setup/Classes/Controller/SetupModuleController.php index b79d5d81992ec4793ca4b32dd826f8507b08e7ce..857c979309b7cf7bf816d6877ea33b8c51202f79 100644 --- a/typo3/sysext/setup/Classes/Controller/SetupModuleController.php +++ b/typo3/sysext/setup/Classes/Controller/SetupModuleController.php @@ -55,7 +55,6 @@ use TYPO3\CMS\Setup\Event\AddJavaScriptModulesEvent; */ class SetupModuleController { - /** * Flag if password has not been updated */ @@ -940,7 +939,6 @@ class SetupModuleController */ protected function setAvatarFileUid($beUserId, $fileUid, array &$storeRec) { - // Update is only needed when new fileUid is set if ((int)$fileUid === $this->getAvatarFileUid($beUserId)) { return; @@ -996,7 +994,6 @@ class SetupModuleController // Check if extension is allowed if ($file && $file->isImage()) { - // Create new file reference $storeRec['sys_file_reference']['NEW1234'] = [ 'uid_local' => (int)$fileUid, diff --git a/typo3/sysext/sys_note/Classes/Hook/PageHook.php b/typo3/sysext/sys_note/Classes/Hook/PageHook.php index 46e9e1ad78d7c077bb4d1c4d54627af6307ffa45..f85afbe192d2420c32e6413bee73df0975057d36 100644 --- a/typo3/sysext/sys_note/Classes/Hook/PageHook.php +++ b/typo3/sysext/sys_note/Classes/Hook/PageHook.php @@ -28,7 +28,6 @@ use TYPO3\CMS\SysNote\Domain\Repository\SysNoteRepository; */ class PageHook { - /** * Add sys_notes as additional content to the header of the page module * diff --git a/typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php b/typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php index 108a70232d019d7547a429de7ef1c0a5235c1dc5..9ae4b8366b016bf71fe49fdc1a63d5e46a46bd3e 100644 --- a/typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php +++ b/typo3/sysext/tstemplate/Classes/Controller/TemplateAnalyzerModuleFunctionController.php @@ -29,7 +29,6 @@ use TYPO3\CMS\Fluid\View\StandaloneView; */ class TemplateAnalyzerModuleFunctionController { - /** * @var TypoScriptTemplateModuleController */ diff --git a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php index 553f1c69d183501c8d585738097e48f6bf5588d9..561a4551b10d5b48fc576b656b6c7d347961da0b 100644 --- a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php +++ b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php @@ -31,7 +31,6 @@ use TYPO3\CMS\Fluid\View\StandaloneView; */ class TypoScriptTemplateConstantEditorModuleFunctionController { - /** * @var TypoScriptTemplateModuleController */ diff --git a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php index 4040bdd9d9d58525c20cd617879ad0e8bcbc0de3..7f95f5f47c407975a8ff39374200a1bfb438c8a7 100644 --- a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php +++ b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php @@ -30,7 +30,6 @@ use TYPO3\CMS\Fluid\View\StandaloneView; */ class TypoScriptTemplateInformationModuleFunctionController { - /** * @var TypoScriptTemplateModuleController */ diff --git a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php index 2f9182ea6fa6d7ea0bef30edc2039f6b7cd70100..054407256e7735323ec1fdf25463a607dc191558 100644 --- a/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php +++ b/typo3/sysext/tstemplate/Classes/Controller/TypoScriptTemplateModuleController.php @@ -49,7 +49,6 @@ use TYPO3\CMS\Fluid\ViewHelpers\Be\InfoboxViewHelper; */ class TypoScriptTemplateModuleController { - /** * @var string */ diff --git a/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php b/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php index de5f9603c3eb881eb16130f08675100fd0b3076f..e00571561d761a47f582f8fe590144196fbe07c2 100644 --- a/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php +++ b/typo3/sysext/workspaces/Classes/Hook/DataHandlerHook.php @@ -132,8 +132,8 @@ class DataHandlerHook } break; default: - // Do nothing - } + // Do nothing + } } /** diff --git a/typo3/sysext/workspaces/Classes/Service/GridDataService.php b/typo3/sysext/workspaces/Classes/Service/GridDataService.php index 861891e97945c0daa56d1eed6be976a4fd521d70..7ceeacff33fc4cbe9aeb45065448202702ba3cd8 100644 --- a/typo3/sysext/workspaces/Classes/Service/GridDataService.php +++ b/typo3/sysext/workspaces/Classes/Service/GridDataService.php @@ -422,8 +422,8 @@ class GridDataService implements LoggerAwareInterface uasort($this->dataArray, [$this, 'stringSort']); break; default: - // Do nothing - } + // Do nothing + } } else { $this->logger->critical('Trying to sort by {field} in "{class}::{method}" but $this->dataArray is empty! This might be the bug #26422 which could not be reproduced yet.', [ 'field' => $this->sort,