Closed (fixed)
Project:
Coder
Version:
7.x-2.0-beta2
Component:
Coder Review
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2013 at 19:57 UTC
Updated:
12 Oct 2013 at 06:51 UTC
I think, coder_review_drupalart.inc:54
'#warning' => 'Consider using $++foo instead of $foo++ ...',,
should read :
'#warning' => 'Consider using ++$foo instead of $foo++ ...',
I am a beginner and I do know how to handle git well nor do I have the rights to commit changes yet. Sorry.
Comments
Comment #1
douggreen commentedYou are right, thanks, I thought I'd fixed this already :(