PHPCSStandards / composer-installer

Composer installer for PHP_CodeSniffer coding standards
https://packagist.org/packages/dealerdirect/phpcodesniffer-composer-installer
MIT License
549 stars 36 forks source link

Sort list of installed paths before saving for consistency #126

Closed kevinfodness closed 3 years ago

kevinfodness commented 3 years ago

Proposed Changes

Fixes the inconsistency in installed_paths documented in #125 by sorting the list of installed paths alphabetically before saving them.

Related Issues

125

Potherca commented 3 years ago

Merging this as the Travis build for this MR has passed.