[TASK] Use name-resolution instead of strings where possible: 8
(part for EXT:install) Use name-resolution with ...::class instead of strings where possible. (needs PHP 5.5, which is meanwhile required for master) Change-set Iedbb896607adddce2b23ab67f990fa2296c0d1bb first introduced usage of ::class in master. We now add it in various more places. Change-Id: I929357c1d64de02eddb17a579ab5f48dac91d491 Resolves: #63477 Releases: master Reviewed-on: http://review.typo3.org/34863 Reviewed-by:Frank Nägler <typo3@naegler.net> Tested-by:
Frank Nägler <typo3@naegler.net> Reviewed-by:
Markus Klein <klein.t3@reelworx.at> Tested-by:
Markus Klein <klein.t3@reelworx.at>
Showing
- typo3/sysext/install/Classes/Configuration/Charset/CharsetFeature.php 4 additions, 4 deletions.../install/Classes/Configuration/Charset/CharsetFeature.php
- typo3/sysext/install/Classes/Configuration/Context/ContextFeature.php 3 additions, 3 deletions.../install/Classes/Configuration/Context/ContextFeature.php
- typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ApcPreset.php 2 additions, 2 deletions...ll/Classes/Configuration/ExtbaseObjectCache/ApcPreset.php
- typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/DatabasePreset.php 2 additions, 2 deletions...asses/Configuration/ExtbaseObjectCache/DatabasePreset.php
- typo3/sysext/install/Classes/Configuration/ExtbaseObjectCache/ExtbaseObjectCacheFeature.php 2 additions, 2 deletions...guration/ExtbaseObjectCache/ExtbaseObjectCacheFeature.php
- typo3/sysext/install/Classes/Configuration/FeatureManager.php 5 additions, 5 deletions...3/sysext/install/Classes/Configuration/FeatureManager.php
- typo3/sysext/install/Classes/Configuration/Image/ImageFeature.php 3 additions, 3 deletions...sext/install/Classes/Configuration/Image/ImageFeature.php
- typo3/sysext/install/Classes/Controller/AbstractController.php 8 additions, 8 deletions.../sysext/install/Classes/Controller/AbstractController.php
- typo3/sysext/install/Classes/Controller/Action/Step/DefaultConfiguration.php 1 addition, 1 deletion...l/Classes/Controller/Action/Step/DefaultConfiguration.php
- typo3/sysext/install/Classes/Controller/Action/Step/EnvironmentAndFolders.php 1 addition, 1 deletion.../Classes/Controller/Action/Step/EnvironmentAndFolders.php
- typo3/sysext/install/Classes/Controller/Action/Tool/ImportantActions.php 1 addition, 1 deletion...stall/Classes/Controller/Action/Tool/ImportantActions.php
- typo3/sysext/install/Classes/Controller/Action/Tool/UpgradeWizard.php 4 additions, 4 deletions.../install/Classes/Controller/Action/Tool/UpgradeWizard.php
- typo3/sysext/install/Classes/Controller/StepController.php 1 addition, 1 deletiontypo3/sysext/install/Classes/Controller/StepController.php
- typo3/sysext/install/Classes/Controller/ToolController.php 1 addition, 1 deletiontypo3/sysext/install/Classes/Controller/ToolController.php
- typo3/sysext/install/Classes/FolderStructure/DefaultFactory.php 36 additions, 36 deletions...sysext/install/Classes/FolderStructure/DefaultFactory.php
- typo3/sysext/install/Classes/Service/ClearCacheService.php 1 addition, 1 deletiontypo3/sysext/install/Classes/Service/ClearCacheService.php
- typo3/sysext/install/Start/Install.php 4 additions, 4 deletionstypo3/sysext/install/Start/Install.php
- typo3/sysext/install/Tests/Unit/Controller/Action/Ajax/ExtensionCompatibilityTesterTest.php 16 additions, 16 deletions...ntroller/Action/Ajax/ExtensionCompatibilityTesterTest.php
- typo3/sysext/install/Tests/Unit/FolderStructure/AbstractNodeTest.php 29 additions, 29 deletions...t/install/Tests/Unit/FolderStructure/AbstractNodeTest.php
- typo3/sysext/install/Tests/Unit/FolderStructure/DefaultFactoryTest.php 1 addition, 1 deletion...install/Tests/Unit/FolderStructure/DefaultFactoryTest.php
Please register or sign in to comment