Move SetList to LubiSetList
This commit is contained in:
parent
529210349a
commit
a99023d484
5 changed files with 25 additions and 8 deletions
10
src/LubiSetList.php
Normal file
10
src/LubiSetList.php
Normal 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';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue