Skip to content

3.0.1

Compare
Choose a tag to compare
@mSprunskas mSprunskas released this 03 Oct 08:35
· 19 commits to master since this release
2181e77
  • friendsofphp/php-cs-fixer` minor update to version 3.64.0
  • Dependencies update (phpunit)
  • Modified the download-phar.sh script to download the latest PHAR file.
  • VisibilityPropertiesFixer has been changed to properly detect variables declared in the __constructor.Some other refactoring of fixer.
  • DefaultValuesInConstructorFixer priority changed to work wright with VisibilityPropertiesFixer.
  • SplittingInSeveralLinesFixer was refactored to handle situations with splitting lines in closures and functions parameters, including parameters in __constructor.