Skip to content

Commit 8980a35

Browse files
committed
Fix CS
1 parent 6973cbb commit 8980a35

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

EventListener/ReplaceImageListener.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ public function __construct(
2323
private array $gifs,
2424
private string $exceptionController,
2525
private ?Packages $packages = null
26-
) {
27-
}
26+
) {}
2827

2928
/**
3029
* Handle the response for exception and replace the little Phantom by a random Gif.

GifExceptionBundle.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@
1313

1414
use Symfony\Component\HttpKernel\Bundle\Bundle;
1515

16-
class GifExceptionBundle extends Bundle
17-
{
18-
}
16+
class GifExceptionBundle extends Bundle {}

0 commit comments

Comments
 (0)