Releases: bornfight/php-coding-standards
Releases · bornfight/php-coding-standards
Rule namespace bugfix
Discourage echo in Controllers
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
Added new sniff
Added is a new sniff for short tag detection
Initial release
This release will probably have a lot of updates, but we need to start somewhere - right