Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 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

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages