Skip to content

Releases: bornfight/php-coding-standards

Rule namespace bugfix

14 Jun 13:02

Choose a tag to compare

It seems that forbidden functions rule has been moved to Generic namespace so this is correcting this mistake

Discourage echo in Controllers

14 Jun 12:30

Choose a tag to compare

This update discourages the use of echo in Controller classes. Better is to use $this->renderContent or partial views.
For Rest Controllers that needs to echo json, better is to use return, Yii will take care of the rest.

v1.0.3

05 Oct 11:19

Choose a tag to compare

Exclude tests folder from rules (they will have special rules)

Added new sniff

19 Sep 13:43

Choose a tag to compare

Added is a new sniff for short tag detection

Initial release

08 May 11:52

Choose a tag to compare

This release will probably have a lot of updates, but we need to start somewhere - right