Skip to content
/ ecs Public

Easy Coding Standard config for Evasio

License

Notifications You must be signed in to change notification settings

evasio/ecs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECS

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,
	]);

About

Easy Coding Standard config for Evasio

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages