Use php codesniffer for code quality.
1- No documentation
2- No proper comments
3- use of 2 spaces rather than 4
4- use [] rather then array()
5- use use App/{Model1, Model2, Model3} rather repeating again and again(Support in php7 and >)
6- Many more go through the Travis logs