Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored and github-actions[bot] committed Nov 25, 2024
1 parent 5b700ab commit 23ffb08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/User/Controller/UserImageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
use Pimcore\Bundle\StudioBackendBundle\Util\Constant\HttpResponseCodes;
use Pimcore\Bundle\StudioBackendBundle\Util\Constant\UserPermissions;
use Pimcore\Bundle\StudioBackendBundle\Util\Trait\PaginatedResponseTrait;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\StreamedResponse;
use Symfony\Component\Routing\Attribute\Route;
use Symfony\Component\Security\Http\Attribute\IsGranted;
Expand Down
2 changes: 1 addition & 1 deletion tests/Unit/User/Service/ImageServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function testSetImageOfUserIsCalled(): void

$imageUploadService->uploadUserImage($fileMock, 1);
}

public function testStreamResponseFromGetImage(): void
{
$userMock = $this->makeEmpty(UserInterface::class, [
Expand Down

0 comments on commit 23ffb08

Please sign in to comment.