[TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "tstemplate_analyzer", "tstemplate_ceditor", "tstemplate_info" and "tstemplate_objbrowser". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I7724aa9b38d7db641db4bd75c1a059bf8a71038b Resolves: #40973 Related: #40095 Reviewed-on: http://review.typo3.org/14632 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
Showing
- typo3/sysext/tstemplate_analyzer/Classes/Controller/TemplateAnalyzerModuleFunctionController.php 17 additions, 17 deletions...s/Controller/TemplateAnalyzerModuleFunctionController.php
- typo3/sysext/tstemplate_ceditor/Classes/Controller/TypoScriptTemplateConstantEditorModuleFunctionController.php 4 additions, 4 deletions...oScriptTemplateConstantEditorModuleFunctionController.php
- typo3/sysext/tstemplate_info/Classes/Controller/TypoScriptTemplateInformationModuleFunctionController.php 38 additions, 38 deletions...TypoScriptTemplateInformationModuleFunctionController.php
- typo3/sysext/tstemplate_objbrowser/Classes/Controller/TypoScriptTemplateObjectBrowserModuleFunctionController.php 44 additions, 44 deletions...poScriptTemplateObjectBrowserModuleFunctionController.php
Please register or sign in to comment