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.
Actions