Closed (fixed)
Project:
Coder
Version:
7.x-2.x-dev
Component:
Coder Format
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2014 at 16:24 UTC
Updated:
20 Jan 2015 at 17:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
markdorisonI have created a patch that disables this check.
Comment #2
markdorisonComment #3
klausiI agree, we can remove this sniff. Instead of disabling it in ruleset.xml you should remove the sniff class and check if the phpunit tests still pass (maybe we have to fix some test cases somewhere).
And this should be done in 8.x-2.x first.
Comment #4
klausiRemoved the BrSniff. Thanks for reporting!
Comment #6
markdorisonThanks @klausi! Should this now be back ported to 7.x-2.x?
Comment #7
klausiYep, this can be backported to 7.x-2.x. Feel free to post a patch!
Comment #8
markdorisonBackport to 7.x-2.x attached.
Comment #9
klausiCommitted, thanks!