repman-io / repman

Repman - PHP Repository Manager: packagist proxy and host for private packages
https://repman.io
MIT License
515 stars 107 forks source link

Deprecations for php-cs-fixer #548

Closed xvilo closed 2 years ago

xvilo commented 2 years ago

There are some deprecations for PHP-CS-Fixer and are reported upon running:

Detected deprecations in use:
- Configuration file `.php_cs.dist` is deprecated, rename to `.php-cs-fixer.dist.php`.
- Option "importsOrder" is deprecated, use "imports_order" instead.
- Option "sortAlgorithm" is deprecated, use "sort_algorithm" instead.
- Rule "pre_increment" is deprecated. Use "increment_style" instead.
- [yoda_style] To disable the rule, use "FALSE" instead of "NULL".