Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech committed Dec 4, 2023
1 parent 6973cbb commit 8980a35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions EventListener/ReplaceImageListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ public function __construct(
private array $gifs,
private string $exceptionController,
private ?Packages $packages = null
) {
}
) {}

/**
* Handle the response for exception and replace the little Phantom by a random Gif.
Expand Down
4 changes: 1 addition & 3 deletions GifExceptionBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@

use Symfony\Component\HttpKernel\Bundle\Bundle;

class GifExceptionBundle extends Bundle
{
}
class GifExceptionBundle extends Bundle {}

0 comments on commit 8980a35

Please sign in to comment.