Skip to content

Commit

Permalink
cs fix [SLE-196]
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgfeller committed Mar 21, 2024
1 parent 81a8983 commit 12878b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/Client/ClientUpdateActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -160,7 +160,7 @@ public function testClientSubmitUpdateActionAuthorization(
* @param array $requestBody
* @param array $jsonResponse
*
*@throws ContainerExceptionInterface|NotFoundExceptionInterface
* @throws ContainerExceptionInterface|NotFoundExceptionInterface
*
* @return void
*/
Expand Down

0 comments on commit 12878b4

Please sign in to comment.