buckhamduffy/coding-standards

There is no license information available for the latest version (v4.0.0) of this package.

v4.0.0 2024-03-16 00:29 UTC

README

Usage

Run composer require --dev buckhamduffy/coding-standards

ECS

ecs.php

<?php

use Symplify\EasyCodingStandard\Config\ECSConfig;

return static function (ECSConfig $config): void {
	$config->import(__DIR__ . '/vendor/buckhamduffy/coding-standards/ecs.php');
};
Rector

rector.php

<?php

return static function (\Rector\Config\RectorConfig $config): void {
	$config->import(__DIR__ . '/vendor/buckhamduffy/coding-standards/rector.php');
};
PHPStan

phpstan.neon

includes:
    - ./vendor/buckhamduffy/coding-standards/phpstan.neon