Aeliot-Tm / php-cs-fixer-baseline

Simple baseline for PHP CS Fixer
MIT License
1 stars 2 forks source link

Long options of command is not accepted #7

Closed Aeliot-Tm closed 2 weeks ago

Aeliot-Tm commented 2 weeks ago

Steps to reproduce: Call script with long name of option. For example,

vendor/bin/pcsf-baseline --baseline=custom/path/to/baseline.json

Actual result File not found exception. The same behavior for any option: baseline, config, finder.

Expected result Script called properly.