[CLEANUP] Add missing empty lines before classes' closing curly braces
Most of TYPO3's PHP files have an empty line before a class' closing curly brace. This commit adds this empty line (if it is missing) before a class' closing curly brace. This is not part of the TYPO3 CMS CGL but increases consistency in this area. This regular expression was used to add the empty lines: Search: (}\n)(}) Replace: $1\n$2 Resolves: #63942 Release: master Change-Id: Icd6547322ac8b7310956d347fd73c90bde2bbfa7 Reviewed-on: http://review.typo3.org/35527 Reviewed-by:Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/backend/Classes/ContextMenu/AbstractContextMenuDataProvider.php 1 addition, 0 deletions...d/Classes/ContextMenu/AbstractContextMenuDataProvider.php
- typo3/sysext/backend/Classes/Controller/BackendController.php 1 addition, 0 deletions...3/sysext/backend/Classes/Controller/BackendController.php
- typo3/sysext/backend/Classes/Controller/File/FileController.php 1 addition, 0 deletions...sysext/backend/Classes/Controller/File/FileController.php
- typo3/sysext/backend/Classes/Controller/NewRecordController.php 1 addition, 0 deletions...sysext/backend/Classes/Controller/NewRecordController.php
- typo3/sysext/backend/Classes/Controller/SimpleDataHandlerController.php 1 addition, 0 deletions...ackend/Classes/Controller/SimpleDataHandlerController.php
- typo3/sysext/backend/Classes/Controller/Wizard/AbstractWizardController.php 1 addition, 0 deletions...nd/Classes/Controller/Wizard/AbstractWizardController.php
- typo3/sysext/backend/Classes/Controller/Wizard/FormsController.php 1 addition, 0 deletions...ext/backend/Classes/Controller/Wizard/FormsController.php
- typo3/sysext/backend/Classes/Controller/Wizard/RteController.php 1 addition, 0 deletions...ysext/backend/Classes/Controller/Wizard/RteController.php
- typo3/sysext/backend/Classes/Controller/Wizard/TableController.php 1 addition, 0 deletions...ext/backend/Classes/Controller/Wizard/TableController.php
- typo3/sysext/backend/Classes/Domain/Repository/Module/BackendModuleRepository.php 1 addition, 0 deletions...sses/Domain/Repository/Module/BackendModuleRepository.php
- typo3/sysext/backend/Classes/Form/DataPreprocessor.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/DataPreprocessor.php
- typo3/sysext/backend/Classes/Form/Element/AbstractFormElement.php 1 addition, 0 deletions...sext/backend/Classes/Form/Element/AbstractFormElement.php
- typo3/sysext/backend/Classes/Form/Element/CheckboxElement.php 1 addition, 0 deletions...3/sysext/backend/Classes/Form/Element/CheckboxElement.php
- typo3/sysext/backend/Classes/Form/Element/FlexElement.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/Element/FlexElement.php
- typo3/sysext/backend/Classes/Form/Element/GroupElement.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/Element/GroupElement.php
- typo3/sysext/backend/Classes/Form/Element/InlineElement.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/Element/InlineElement.php
- typo3/sysext/backend/Classes/Form/Element/InputElement.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/Element/InputElement.php
- typo3/sysext/backend/Classes/Form/Element/NoneElement.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/Element/NoneElement.php
- typo3/sysext/backend/Classes/Form/Element/RadioElement.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/Element/RadioElement.php
- typo3/sysext/backend/Classes/Form/Element/SelectElement.php 1 addition, 0 deletionstypo3/sysext/backend/Classes/Form/Element/SelectElement.php
Please register or sign in to comment