[TASK] Remove superfluous parenthesis in sysexts.
Removes superfluous parenthesis in sysexts "cli", "cms", "context_help" and "cshmanual". Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool. Change-Id: I0ff0fc33d3c0733498d5821e77b224db20213705 Resolves: #40963 Related: #40095 Reviewed-on: http://review.typo3.org/14621 Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Jigal van Hemert Tested-by: Jigal van Hemert
Showing
- typo3/sysext/cli/Classes/CliBootstrap.php 2 additions, 2 deletionstypo3/sysext/cli/Classes/CliBootstrap.php
- typo3/sysext/cli/Classes/Controller/CommandLineController.php 6 additions, 6 deletions...3/sysext/cli/Classes/Controller/CommandLineController.php
- typo3/sysext/cms/ext_localconf.php 1 addition, 1 deletiontypo3/sysext/cms/ext_localconf.php
- typo3/sysext/cms/layout/db_layout.php 8 additions, 8 deletionstypo3/sysext/cms/layout/db_layout.php
- typo3/sysext/cms/layout/db_new_content_el.php 2 additions, 2 deletionstypo3/sysext/cms/layout/db_new_content_el.php
- typo3/sysext/cms/tbl_tt_content.php 2 additions, 2 deletionstypo3/sysext/cms/tbl_tt_content.php
- typo3/sysext/cms/tslib/content/class.tslib_content_searchresult.php 9 additions, 9 deletions...xt/cms/tslib/content/class.tslib_content_searchresult.php
- typo3/sysext/cms/tslib/index_ts.php 3 additions, 3 deletionstypo3/sysext/cms/tslib/index_ts.php
- typo3/sysext/context_help/Classes/ExtDirect/ContextHelpDataProvider.php 4 additions, 4 deletions...ontext_help/Classes/ExtDirect/ContextHelpDataProvider.php
- typo3/sysext/cshmanual/Classes/Controller/HelpModuleController.php 52 additions, 52 deletions...ext/cshmanual/Classes/Controller/HelpModuleController.php
Please register or sign in to comment