code-quality/src/LubiSetList.php
2022-11-04 11:18:22 +01:00

10 lines
209 B
PHP

<?php declare(strict_types=1);
namespace Lubiana\CodeQuality;
final class LubiSetList
{
public const RECTOR = __DIR__ . '/../config/rector.php';
public const ECS = __DIR__ . '/../config/ecs.php';
}