Updating PHP CS Fixer config with the last desirable rules:
- constructor argument list in anonymous classes shouldn't be a single line.
- do not convert phpdoc to comment to make it compatible with PHPStan.
- place abstract methods above all other methods.