Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Aug 2013 at 19:48 UTC
Updated:
29 Jul 2014 at 22:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
legolasboAttached patch removes the unused variables.
Comment #2
legolasboComment #4
legolasbo#1: core-remove-unused-local-variables-systemmenyblock.php-2060721-1.patch queued for re-testing.
Comment #5
dawehnerCheck that variables ...
Comment #6
webchickHm. Not sure about this one. It seems to make the code less readable.
Comment #7
michaelhiiva commentedThe patch applies cleanly, list function on line 32 and 40 can be use this way in PHP and the code is readable.
Comment #8
catchYep. Committed/pushed to 8.x, thanks!
Comment #9
tstoecklerHmm...
I would have thought the standard is
instead of
Should we start a docs issue for that?