[TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "felogin", "filelist", "form" and "func". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I2e9e0b8e339dae93c0361a6ba36e41beb0f54711 Resolves: #40965 Related: #40095 Reviewed-on: http://review.typo3.org/14624 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
Showing
- typo3/sysext/felogin/Classes/Controller/FrontendLoginController.php 23 additions, 23 deletions...xt/felogin/Classes/Controller/FrontendLoginController.php
- typo3/sysext/felogin/Tests/Unit/FrontendLoginTest.php 4 additions, 4 deletionstypo3/sysext/felogin/Tests/Unit/FrontendLoginTest.php
- typo3/sysext/felogin/ext_localconf.php 4 additions, 4 deletionstypo3/sysext/felogin/ext_localconf.php
- typo3/sysext/felogin/ext_tables.php 2 additions, 2 deletionstypo3/sysext/felogin/ext_tables.php
- typo3/sysext/filelist/Classes/Controller/FileListController.php 15 additions, 15 deletions...sysext/filelist/Classes/Controller/FileListController.php
- typo3/sysext/filelist/Classes/FileList.php 49 additions, 49 deletionstypo3/sysext/filelist/Classes/FileList.php
- typo3/sysext/filelist/Classes/FileListFolderTree.php 2 additions, 2 deletionstypo3/sysext/filelist/Classes/FileListFolderTree.php
- typo3/sysext/form/Classes/Controller/FormController.php 2 additions, 2 deletionstypo3/sysext/form/Classes/Controller/FormController.php
- typo3/sysext/form/Classes/Domain/Factory/JsonToTyposcript.php 12 additions, 12 deletions...3/sysext/form/Classes/Domain/Factory/JsonToTyposcript.php
- typo3/sysext/form/Classes/Domain/Factory/TypoScriptFactory.php 5 additions, 5 deletions.../sysext/form/Classes/Domain/Factory/TypoScriptFactory.php
- typo3/sysext/form/Classes/Domain/Model/Attribute/NameAttribute.php 1 addition, 1 deletion...ext/form/Classes/Domain/Model/Attribute/NameAttribute.php
- typo3/sysext/form/Classes/Domain/Model/Element/HeaderElement.php 1 addition, 1 deletion...ysext/form/Classes/Domain/Model/Element/HeaderElement.php
- typo3/sysext/form/Classes/Domain/Model/Element/SelectElement.php 1 addition, 1 deletion...ysext/form/Classes/Domain/Model/Element/SelectElement.php
- typo3/sysext/form/Classes/Filter/AlphabeticFilter.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Filter/AlphabeticFilter.php
- typo3/sysext/form/Classes/Filter/AlphanumericFilter.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Filter/AlphanumericFilter.php
- typo3/sysext/form/Classes/Localization.php 2 additions, 2 deletionstypo3/sysext/form/Classes/Localization.php
- typo3/sysext/form/Classes/PostProcess/MailPostProcessor.php 1 addition, 1 deletiontypo3/sysext/form/Classes/PostProcess/MailPostProcessor.php
- typo3/sysext/form/Classes/Validation/AbstractValidator.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Validation/AbstractValidator.php
- typo3/sysext/form/Classes/Validation/BetweenValidator.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Validation/BetweenValidator.php
- typo3/sysext/form/Classes/Validation/LengthValidator.php 1 addition, 1 deletiontypo3/sysext/form/Classes/Validation/LengthValidator.php
Please register or sign in to comment