evasio/ecs

Set of Evasio rules for PHP_CodeSniffer and PHP CS Fixer.

v1.9.0 2025-03-28 17:55 UTC

This package is not auto-updated.

Last update: 2025-03-28 17:56:29 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 ECSConfig::configure()
	->withSets([
+		SetList::EVASIO,
	]);