2022-11-04 10:18:22 +00:00
|
|
|
<?php declare(strict_types=1);
|
|
|
|
|
|
|
|
namespace Lubiana\CodeQuality;
|
|
|
|
|
|
|
|
final class LubiSetList
|
|
|
|
{
|
2024-02-03 00:07:15 +00:00
|
|
|
public const string RECTOR = __DIR__ . '/../config/rector.php';
|
2022-11-04 10:18:22 +00:00
|
|
|
|
2024-02-03 00:07:15 +00:00
|
|
|
public const string ECS = __DIR__ . '/../config/ecs.php';
|
2022-11-04 10:18:22 +00:00
|
|
|
}
|