Skip to content

v1.2.0

Latest

Choose a tag to compare

@yevhen-minenko yevhen-minenko released this 29 Sep 09:53
· 16 commits to master since this release

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.