CodeIgniter and PHP_CodeSniffer
CodeIgniter is the king š But if we want to create good quality code, we should be aware about CodeIgniter style guide standards. What can be better than PHP_CodeSniffer for keeping our codeĀ consistentĀ and clean as much as it possible.
Unfortunately standard rules from PHP_CodeSniffer doesnāt apply for CodeIgniter. You have to install additional set of rules ā you can download them from here: PHP_CodeSniffer rules for CI .