kadet1090 / KeyLighter

Yet another syntax highlighter for PHP
https://keylighter.kadet.net
MIT License
32 stars 2 forks source link

Fix code style violations #23

Closed Sobak closed 4 years ago

Sobak commented 4 years ago

Re-opened to come from the original repository, not from the fork.

This needs the decision:

A) We use inline phpcs annotations to disable checking for Language::setupRules() - I failed trying to do so, btw

B) We accept codestyle fixes (leaving those Rule indentations as they were before) but remove phpcs altogether

C) We accept it as-is and move on.

Second point is that it somehow broke one test. Help would be appreciated.