[TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "func_wizards", "impexp", "indexed_search" and "info". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: Ib367bc98070cb9bf8350b955f5ba7dee1872f607 Resolves: #40966 Related: #40095 Reviewed-on: http://review.typo3.org/14625 Reviewed-by: Mattias Nilsson Tested-by: Mattias Nilsson Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
Showing
- typo3/sysext/func_wizards/Classes/Controller/WebFunctionWizardsBaseController.php 2 additions, 2 deletions...s/Classes/Controller/WebFunctionWizardsBaseController.php
- typo3/sysext/impexp/classes/Clickmenu.php 4 additions, 4 deletionstypo3/sysext/impexp/classes/Clickmenu.php
- typo3/sysext/impexp/classes/Controller/ImportExportController.php 211 additions, 211 deletions...sext/impexp/classes/Controller/ImportExportController.php
- typo3/sysext/impexp/classes/Controller/ModuleFunctionController.php 21 additions, 21 deletions...xt/impexp/classes/Controller/ModuleFunctionController.php
- typo3/sysext/impexp/classes/ImportExport.php 188 additions, 188 deletionstypo3/sysext/impexp/classes/ImportExport.php
- typo3/sysext/impexp/classes/LocalPageTree.php 6 additions, 6 deletionstypo3/sysext/impexp/classes/LocalPageTree.php
- typo3/sysext/impexp/classes/Task/ImportExportTask.php 12 additions, 12 deletionstypo3/sysext/impexp/classes/Task/ImportExportTask.php
- typo3/sysext/impexp/ext_tables.php 4 additions, 4 deletionstypo3/sysext/impexp/ext_tables.php
- typo3/sysext/indexed_search/Classes/Controller/IndexedPagesController.php 126 additions, 126 deletions...exed_search/Classes/Controller/IndexedPagesController.php
- typo3/sysext/indexed_search/Classes/Controller/IndexingStatisticsController.php 10 additions, 10 deletions...earch/Classes/Controller/IndexingStatisticsController.php
- typo3/sysext/indexed_search/Classes/Controller/ModuleController.php 11 additions, 11 deletions...xt/indexed_search/Classes/Controller/ModuleController.php
- typo3/sysext/indexed_search/Classes/Controller/SearchController.php 38 additions, 38 deletions...xt/indexed_search/Classes/Controller/SearchController.php
- typo3/sysext/indexed_search/Classes/Controller/SearchFormController.php 103 additions, 103 deletions...ndexed_search/Classes/Controller/SearchFormController.php
- typo3/sysext/indexed_search/Classes/Domain/Repository/IndexSearchRepository.php 27 additions, 27 deletions...earch/Classes/Domain/Repository/IndexSearchRepository.php
- typo3/sysext/indexed_search/Classes/Example/CrawlerHook.php 1 addition, 1 deletiontypo3/sysext/indexed_search/Classes/Example/CrawlerHook.php
- typo3/sysext/indexed_search/Classes/Example/PluginHook.php 1 addition, 1 deletiontypo3/sysext/indexed_search/Classes/Example/PluginHook.php
- typo3/sysext/indexed_search/Classes/FileContentParser.php 27 additions, 27 deletionstypo3/sysext/indexed_search/Classes/FileContentParser.php
- typo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php 34 additions, 34 deletionstypo3/sysext/indexed_search/Classes/Hook/CrawlerHook.php
- typo3/sysext/indexed_search/Classes/Hook/MysqlFulltextIndexHook.php 9 additions, 9 deletions...xt/indexed_search/Classes/Hook/MysqlFulltextIndexHook.php
- typo3/sysext/indexed_search/Classes/Hook/TypoScriptFrontendHook.php 1 addition, 1 deletion...xt/indexed_search/Classes/Hook/TypoScriptFrontendHook.php
Please register or sign in to comment