[TASK] CGL, switch(): Indent "case" correctly; no "break" in default
* "case" needs to be indented one level more than switch(). * default-case should not have a break-statement Change-Id: I8215ba2bdb19b9abbfe6ed45af3905d7e6c688d6 Resolves: #49527 Releases: 6.2 Reviewed-on: https://review.typo3.org/21748 Reviewed-by: Markus Klein Tested-by: Markus Klein
Showing
- typo3/sysext/backend/Classes/ClickMenu/ClickMenu.php 0 additions, 1 deletiontypo3/sysext/backend/Classes/ClickMenu/ClickMenu.php
- typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php 0 additions, 1 deletion...ext/backend/Classes/Controller/Wizard/FormsController.php
- typo3/sysext/backend/Classes/Form/DataPreprocessor.php 117 additions, 117 deletionstypo3/sysext/backend/Classes/Form/DataPreprocessor.php
- typo3/sysext/backend/Classes/Form/Element/InlineElement.php 45 additions, 45 deletionstypo3/sysext/backend/Classes/Form/Element/InlineElement.php
- typo3/sysext/backend/Classes/Form/FormEngine.php 476 additions, 480 deletionstypo3/sysext/backend/Classes/Form/FormEngine.php
- typo3/sysext/backend/Classes/History/RecordHistory.php 33 additions, 33 deletionstypo3/sysext/backend/Classes/History/RecordHistory.php
- typo3/sysext/backend/Classes/RecordList/AbstractRecordList.php 8 additions, 8 deletions.../sysext/backend/Classes/RecordList/AbstractRecordList.php
- typo3/sysext/backend/Classes/Template/DocumentTemplate.php 49 additions, 50 deletionstypo3/sysext/backend/Classes/Template/DocumentTemplate.php
- typo3/sysext/backend/Classes/Toolbar/ShortcutToolbarItem.php 57 additions, 57 deletionstypo3/sysext/backend/Classes/Toolbar/ShortcutToolbarItem.php
- typo3/sysext/backend/Classes/Utility/BackendUtility.php 216 additions, 220 deletionstypo3/sysext/backend/Classes/Utility/BackendUtility.php
- typo3/sysext/backend/Classes/Utility/IconUtility.php 43 additions, 44 deletionstypo3/sysext/backend/Classes/Utility/IconUtility.php
- typo3/sysext/backend/Classes/View/PageLayoutView.php 162 additions, 166 deletionstypo3/sysext/backend/Classes/View/PageLayoutView.php
- typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php 21 additions, 22 deletions...ore/Classes/Authentication/AbstractUserAuthentication.php
- typo3/sysext/core/Classes/Authentication/BackendUserAuthentication.php 87 additions, 90 deletions...core/Classes/Authentication/BackendUserAuthentication.php
- typo3/sysext/core/Classes/Cache/CacheManager.php 65 additions, 65 deletionstypo3/sysext/core/Classes/Cache/CacheManager.php
- typo3/sysext/core/Classes/Charset/CharsetConverter.php 106 additions, 106 deletionstypo3/sysext/core/Classes/Charset/CharsetConverter.php
- typo3/sysext/core/Classes/Collection/RecordCollectionRepository.php 5 additions, 5 deletions...xt/core/Classes/Collection/RecordCollectionRepository.php
- typo3/sysext/core/Classes/Configuration/TypoScript/ConditionMatching/AbstractConditionMatcher.php 221 additions, 222 deletions...TypoScript/ConditionMatching/AbstractConditionMatcher.php
- typo3/sysext/core/Classes/Controller/CommandLineController.php 21 additions, 22 deletions.../sysext/core/Classes/Controller/CommandLineController.php
- typo3/sysext/core/Classes/DataHandling/DataHandler.php 311 additions, 316 deletionstypo3/sysext/core/Classes/DataHandling/DataHandler.php
Please register or sign in to comment