Closed (fixed)
Project:
Coder
Version:
8.x-3.x-dev
Component:
Coder Sniffer
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Sep 2017 at 23:49 UTC
Updated:
28 Apr 2019 at 18:14 UTC
Jump to comment: Most recent
Comments
Comment #2
mfernea commentedHere is the pull request: https://github.com/pfrenssen/coder/pull/8
Comment #3
mfernea commentedThe test is failing on PHP 5.4 because yield was introduced in PHP 5.5 and PHPCS_T_YIELD is not available hence T_YIELD is not available too. I don't know how to fix this.
Comment #5
klausiCommitted, thanks!