mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
112 stars 45 forks source link

Updated Controllers import to adhere to extended coding style guide #309

Closed 036 closed 6 years ago

036 commented 6 years ago

Updated the controllers namespacing import to adhere to PHP FIG Extended Coding Style Guide

euantorano commented 6 years ago

Related to #302.

JordanMussi commented 6 years ago

This gives PHPCS errors for all of the changes. I've had a quick look but I can't find support for the FIG standard to set in the phpcs.xml file.