Closed (fixed)
Project:
Coder
Version:
7.x-2.x-dev
Component:
Coder Sniffer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Dec 2012 at 11:17 UTC
Updated:
1 Sep 2013 at 13:43 UTC
Jump to comment: Most recent file
Comments
Comment #1
chi commentedIn my case phpcs has been installed from apt. Now I've installed phpcs 1.4.3 from pear and fixed the problem.
Seems like PSR standards were introduced in phpcs 1.3.5. So we need bump code sniffer requirements.
Comment #2
klausiCommitted, thanks!
Comment #3
klausiComment #5
sgabe commentedJust a note if somebody bumps into this. Unfortunately installing PHPCS 1.3.5 did not solve the issue for me, though I see PSR2 in the Standards directory. In turn the latest 1.5.0RC3 seems unsupported at this time, hence I tried to install 1.4.3 as mentioned in the first post and that actually solved the issue.