Code Style
Now let's do some fixes to the code style:
- With PHPStorm IDE (if you don't have it you can skip to next bullet) run
Inspect Code
for src folder (right mouse button on src), after finished navigatePHP -> Code Style -> Unnecessary fully qualified name
and click atReplace qualifier with an import
- Run
composer cs-fix
- Run
cake annotate all
- Run
composer cs-check
and manually fix the errors