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

douggreen’s picture

Status: Active » Fixed

You are right, thanks, I thought I'd fixed this already :(

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.