You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.