[TASK] Cleanup code in PSR-14 events
* Use constructor property promotion where appropriate * Use typed properties * Remove doc comments for functions with a PHP return type where applicable * Remove doc comments for typed properties where applicable * Remove doc comments for constructors where applicable * Setters must return void Applicable is, if a doc comment has only been used for type hinting or if the property or function is self explaining. Resolves: #96860 Releases: main Change-Id: Ib6df59c913a6798f4ddf504bb3bb6f6becb901ac Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73457 Tested-by:core-ci <typo3@b13.com> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/backend/Classes/Authentication/Event/SwitchUserEvent.php 5 additions, 20 deletions.../backend/Classes/Authentication/Event/SwitchUserEvent.php
- typo3/sysext/backend/Classes/Backend/Event/ModifyClearCacheActionsEvent.php 1 addition, 6 deletions...nd/Classes/Backend/Event/ModifyClearCacheActionsEvent.php
- typo3/sysext/backend/Classes/Backend/Event/SystemInformationToolbarCollectorEvent.php 1 addition, 7 deletions.../Backend/Event/SystemInformationToolbarCollectorEvent.php
- typo3/sysext/backend/Classes/Controller/Event/AfterFormEnginePageInitializedEvent.php 4 additions, 14 deletions.../Controller/Event/AfterFormEnginePageInitializedEvent.php
- typo3/sysext/backend/Classes/Controller/Event/AfterPageColumnsSelectedForLocalizationEvent.php 19 additions, 40 deletions...er/Event/AfterPageColumnsSelectedForLocalizationEvent.php
- typo3/sysext/backend/Classes/Controller/Event/BeforeFormEnginePageInitializedEvent.php 4 additions, 14 deletions...Controller/Event/BeforeFormEnginePageInitializedEvent.php
- typo3/sysext/backend/Classes/Controller/Event/ModifyPageLayoutContentEvent.php 4 additions, 6 deletions...Classes/Controller/Event/ModifyPageLayoutContentEvent.php
- typo3/sysext/backend/Classes/History/Event/AfterHistoryRollbackFinishedEvent.php 8 additions, 42 deletions...asses/History/Event/AfterHistoryRollbackFinishedEvent.php
- typo3/sysext/backend/Classes/History/Event/BeforeHistoryRollbackStartEvent.php 7 additions, 35 deletions...Classes/History/Event/BeforeHistoryRollbackStartEvent.php
- typo3/sysext/backend/Classes/LoginProvider/Event/ModifyPageLayoutOnLoginProviderSelectionEvent.php 5 additions, 20 deletions...r/Event/ModifyPageLayoutOnLoginProviderSelectionEvent.php
- typo3/sysext/backend/Classes/Search/Event/ModifyQueryForLiveSearchEvent.php 1 addition, 6 deletions...nd/Classes/Search/Event/ModifyQueryForLiveSearchEvent.php
- typo3/sysext/core/Classes/Authentication/Event/AfterGroupsResolvedEvent.php 6 additions, 11 deletions...Classes/Authentication/Event/AfterGroupsResolvedEvent.php
- typo3/sysext/core/Classes/Cache/Event/CacheFlushEvent.php 1 addition, 3 deletionstypo3/sysext/core/Classes/Cache/Event/CacheFlushEvent.php
- typo3/sysext/core/Classes/Cache/Event/CacheWarmupEvent.php 1 addition, 3 deletionstypo3/sysext/core/Classes/Cache/Event/CacheWarmupEvent.php
- typo3/sysext/core/Classes/Configuration/Event/AfterTcaCompilationEvent.php 2 additions, 8 deletions.../Classes/Configuration/Event/AfterTcaCompilationEvent.php
- typo3/sysext/core/Classes/Configuration/Event/ModifyLoadedPageTsConfigEvent.php 1 addition, 13 deletions...ses/Configuration/Event/ModifyLoadedPageTsConfigEvent.php
- typo3/sysext/core/Classes/Core/Event/BootCompletedEvent.php 1 addition, 3 deletionstypo3/sysext/core/Classes/Core/Event/BootCompletedEvent.php
- typo3/sysext/core/Classes/DataHandling/Event/AppendLinkHandlerElementsEvent.php 9 additions, 37 deletions...ses/DataHandling/Event/AppendLinkHandlerElementsEvent.php
- typo3/sysext/core/Classes/DataHandling/Event/IsTableExcludedFromReferenceIndexEvent.php 2 additions, 11 deletions...Handling/Event/IsTableExcludedFromReferenceIndexEvent.php
- typo3/sysext/core/Classes/Database/Event/AlterTableDefinitionStatementsEvent.php 2 additions, 8 deletions...es/Database/Event/AlterTableDefinitionStatementsEvent.php
Please register or sign in to comment