retailcrm / php-code-style
Defaults for php linters and code style fixers
Installs: 105 099
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 0
Requires
- php: >=7.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2 >=v2.17
This package is auto-updated.
Last update: 2024-11-06 16:16:49 UTC
README
Дефолтные настройки для PhpCsFixer.
Установка
-
Выполняем
composer require --dev retailcrm/php-code-style ^1.0
-
Используем в
.php_cs.dist
<?php $finder = PhpCsFixer\Finder::create() ->in(__DIR__ . '/src') // ... и другие папки, за которыми должен следить PhpCsFixer ; return Retailcrm\PhpCsFixer\Defaults::rules() ->setFinder($finder) // ->setCacheFile(__DIR__ . '/var/.php_cs.cache');
PHPStorm
-
Если вы используете плагин Php Inspections (EA Extended). Измените настройки инспекции:
- Static methods invocation via '->' - установите флаг Except PHPUnit assertions