evasio / ecs
Set of Evasio rules for PHP_CodeSniffer and PHP CS Fixer.
v1.2.0
2024-06-21 22:46 UTC
Requires
- php: >=8.2
- slevomat/coding-standard: ^8.15
- symplify/easy-coding-standard: ^12.3
This package is not auto-updated.
Last update: 2025-01-04 01:09:42 UTC
README
Easy Coding Standard config for Evasio. Set of rules for PHP_CodeSniffer and PHP CS Fixer.
Install
composer require evasio/ecs --dev
Usage
<?php declare(strict_types=1); +use Evasio\ECS\SetList; use Symplify\EasyCodingStandard\Config\ECSConfig; return function (ECSConfig $ecsConfig): void { $ecsConfig->sets([ + SetList::EVASIO, ]); };