style: lint

This commit is contained in:
Vincent
2025-05-30 13:31:16 +02:00
parent eed454c6bc
commit f447489718
6 changed files with 28 additions and 66 deletions

View File

@@ -2,12 +2,10 @@
namespace App\Entity;
use ApiPlatform\Metadata\ApiProperty;
use ApiPlatform\Metadata\ApiResource;
use ApiPlatform\Metadata\Delete;
use ApiPlatform\Metadata\Get;
use ApiPlatform\Metadata\GetCollection;
use ApiPlatform\Metadata\Patch;
use ApiPlatform\Metadata\Post;
use ApiPlatform\Metadata\Put;
use App\Repository\WatchListRepository;
@@ -31,7 +29,7 @@ use Symfony\Component\Uid\Uuid;
'watchlist:list',
'domain:list',
'event:list',
]
],
],
name: 'get_all_mine',
),
@@ -45,7 +43,7 @@ use Symfony\Component\Uid\Uuid;
'event:list',
'domain:list',
'event:list',
]
],
],
name: 'get_tracked_domains'
),