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 Codefor src folder (right mouse button on src), after finished navigatePHP -> Code Style -> Unnecessary fully qualified nameand click atReplace qualifier with an import - Run
composer cs-fix - Run
cake annotate all - Run
composer cs-checkand manually fix the errors