You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
Get the latest version from github and save it in a new folder named MyBB2 in your project root. Either clone it via git or download it.
Running Codesniffer
Now simply run php phpcs.phar in your project root to sniff all files. You can get a summary of listed errors by adding --report=summary.
While phpcs only runs the sniffs on the code you can also use phpbf instead which will also fix some of the issues (eg tabs and spaces).