File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# lib-php-cs-fixer-config ![ ] ( https://travis-ci.org/paysera/lib-php-cs-fixer-config.svg?branch=master )
2- Library helps to fix PHP code to conform Paysera coding standards .
2+ Library helps to fix PHP code to conform [ Paysera PHP style guide ] ( https://github.com/paysera/php-style-guide ) .
33
44## Installation
55
@@ -12,6 +12,11 @@ Library helps to fix PHP code to conform Paysera coding standards.
1212* ` composer require --dev paysera/lib-php-cs-fixer-config ` .
1313* Make sure ` .php_cs ` file is in project directory.
1414
15+ No need to install php-cs-fixer itself as this library comes with binary version of the fixer.
16+ This avoids requiring it's dependencies inside your project, which could clash with existing ones.
17+
18+ To avoid duplication with php-cs-fixer library, it's named ` paysera-php-cs-fixer ` .
19+
1520##### .php_cs files
1621* ` .php_cs ` - all Paysera recommended fixers.
1722* ` .php_cs_risky ` - all risky fixers except recommendations (comment warnings).
You can’t perform that action at this time.
0 commit comments