From 12878b40035a754f2b288c5c7cf0c4e8bc44cdd0 Mon Sep 17 00:00:00 2001 From: samuelgfeller Date: Thu, 21 Mar 2024 16:26:42 +0100 Subject: [PATCH] cs fix [SLE-196] --- tests/Integration/Client/ClientUpdateActionTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Integration/Client/ClientUpdateActionTest.php b/tests/Integration/Client/ClientUpdateActionTest.php index 5ce77625..bf10fb29 100644 --- a/tests/Integration/Client/ClientUpdateActionTest.php +++ b/tests/Integration/Client/ClientUpdateActionTest.php @@ -50,7 +50,7 @@ class ClientUpdateActionTest extends TestCase * @param array $requestData array of data for the request body * @param array $expectedResult HTTP status code, bool if db_entry_created and json_response * - *@throws \JsonException|ContainerExceptionInterface|NotFoundExceptionInterface + * @throws \JsonException|ContainerExceptionInterface|NotFoundExceptionInterface * * @return void */ @@ -160,7 +160,7 @@ public function testClientSubmitUpdateActionAuthorization( * @param array $requestBody * @param array $jsonResponse * - *@throws ContainerExceptionInterface|NotFoundExceptionInterface + * @throws ContainerExceptionInterface|NotFoundExceptionInterface * * @return void */