chore: make verifyAuthData private

This commit is contained in:
Maël Gangloff
2025-02-27 09:01:05 +01:00
parent 7a49adcc18
commit 3cae5d717e
4 changed files with 11 additions and 5 deletions

View File

@@ -41,6 +41,7 @@ use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
use Symfony\Component\Routing\Attribute\Route;
use Symfony\Component\Serializer\Exception\ExceptionInterface;
use Symfony\Component\Serializer\SerializerInterface;
class WatchListController extends AbstractController
@@ -154,6 +155,7 @@ class WatchListController extends AbstractController
/**
* @throws \Exception
* @throws ExceptionInterface
*/
private function verifyConnector(WatchList $watchList, ?Connector $connector): void
{