Task #40880
Superfluous brackets in sysext "core" after namespaces move
Status: | Resolved | Start date: | 2012-09-13 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Arvid Jakobsson | % Done: | 100% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 6.0 | Complexity: | ||
PHP Version: | Sprint Focus: |
Description
The following syntax appears in various parts of the core:
- header(('Last-Modified: ' . gmdate('D, d M Y H:i:s')) . ' GMT'); + header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT');
Related issues
Associated revisions
[TASK] Remove superfluous parenthesis in sysext core
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I818d55a2f00b549fef8377f1c6766c293edd021c
Resolves: #40880
Related: #40095
Releases: 6.0
Reviewed-on: http://review.typo3.org/14565
Reviewed-by: Wouter Wolters
Tested-by: Wouter Wolters
Reviewed-by: Mattias Nilsson
Tested-by: Mattias Nilsson
Reviewed-by: Helmut Hummel
Tested-by: Helmut Hummel
History
#1 Updated by Gerrit Code Review almost 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14565
#2 Updated by Arvid Jakobsson almost 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 015f697c6dba936888597beb86449be40af76c99.