From 3b4df308cb57f1de434a490a46696a834773a38d Mon Sep 17 00:00:00 2001 From: Anatoliy Melnikov <5785276@gmail.com> Date: Fri, 30 Aug 2024 21:40:08 +0300 Subject: [PATCH] Remove excess spaces --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c77aa37..6ebdac8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ So, it's some work around till baseline will be implemented in the PHP CS Fixer. ```shell composer require --dev aeliot/php-cs-fixer-baseline ``` -2. Extract `Finder` from the config of PHP CS Fixer to the separate file. +2. Extract `Finder` from the config of PHP CS Fixer to the separate file. It expects `.php-cs-fixer-finder.php` at the root of the project. 3. Add filtering of files detected by Finder ```php @@ -25,7 +25,7 @@ So, it's some work around till baseline will be implemented in the PHP CS Fixer. ``` 4. Generate baseline. Just call script without options when all config files uses default names. ```shell - vendor/bin/pcsf-baseline + vendor/bin/pcsf-baseline ``` See options of it below. @@ -39,5 +39,5 @@ You can see how it is configured in this project. | c | config | Name of config file | .php-cs-fixer.dist.php | | f | finder | Name of file with definition of Finder | .php-cs-fixer-finder.php | -Path to files can be absolute or related or omitted at all. It the last case it is expected that files +Path to files can be absolute or related or omitted at all. It the last case it is expected that files in the root directory of project.