Actions
Task #71714
closedRemove unneeded parenthesis on array-access
Start date:
2015-11-20
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
There are several places with array-access like $a[($b - 1)] where the round parenthesis aren't needed and in some cases make reading a bit harder. Let's clean that up in one go.
Updated by Gerrit Code Review about 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/44812
Updated by Stefan Neufeind about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 17376c0a756cf2e7df287ed211075d9370785edb.
Actions