I am getting this too with coder 7.x-2.2 version of the sniffs ( using in PHPStorm ).
In my case the link is :
l("<i class='icon icon-industrial-building'></i>", 'node/add/job', array(
'attributes' => array('title' => 'add job'),
'html' => TRUE
));
Is it the case that it should be omitted if the link is html=>true ?
Comments
Comment #1
klausiDrupalcs has been merged into coder, moving this issue.
Comment #2
8bitplateau commentedI am getting this too with coder 7.x-2.2 version of the sniffs ( using in PHPStorm ).
In my case the link is :
Is it the case that it should be omitted if the link is html=>true ?
Comment #5
klausiCommitted a fix to both branches.