Move SetList to LubiSetList

This commit is contained in:
lubiana 2022-11-04 11:18:22 +01:00
parent 529210349a
commit a99023d484
No known key found for this signature in database
5 changed files with 25 additions and 8 deletions

10
src/LubiSetList.php Normal file
View file

@ -0,0 +1,10 @@
<?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';
}