Comments

aron novak’s picture

Status: Needs review » Fixed

Thank you, this is really awesome, i applied your patch and run through the coder module on other feedapi modules (aggregator, for example), so now all feedapi for 5.x is coder-safe :)

mustafau’s picture

Assigned: Unassigned » mustafau
Status: Fixed » Needs work
StatusFileSize
new4.92 KB

It seems that coder module does not catch everything. I found some other errors. Patch is attached.

mustafau’s picture

Status: Needs work » Needs review
StatusFileSize
new9 KB

Updated.

aron novak’s picture

Status: Needs review » Fixed

Thanks, it's committed for both 5.x and 6.x branches. I also run through coder module again in the two codebases and i fixed the warnings where it's possible.
Btw:

$a = $b. $c;

How to write this to avoid coder module complain? :)

mustafau’s picture

$a = $b . $c;

mustafau’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)

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