Skip to content

Releases: leverage-php/toolchain

Release list

v1.2.0

Choose a tag to compare

@yevhen-minenko yevhen-minenko released this 29 Sep 09:53

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.