This commit is contained in:
lubiana 2022-10-12 19:46:05 +02:00
parent 83567049a0
commit 36172f251a
8 changed files with 691 additions and 0 deletions

10
src/SetList.php Normal file
View file

@ -0,0 +1,10 @@
<?php declare(strict_types=1);
namespace Lubiana\CodeQuality;
final class SetList
{
public const RECTOR = __DIR__ . '/../config/rector.php';
public const ECS = __DIR__ . '/../config/ecs.php';
}