Skip to content

Commit

Permalink
fix: wrong type hint for ContainerInterface (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi authored May 30, 2024
1 parent 40c8c42 commit fce58d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.8.8

* fix: wrong type hint for `ContainerInterface`

## 1.8.7

* fix: remove dependency on `ServiceSubscriberTrait`, fixes deprecated warning
Expand Down
2 changes: 1 addition & 1 deletion packages/file-image/src/ImageTwigExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

namespace Rekalogika\File\Image;

use Psr\Container\ContainerInterface;
use Rekalogika\Contracts\File\FileInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Contracts\Service\Attribute\Required;
use Symfony\Contracts\Service\ServiceSubscriberInterface;
use Twig\Extension\AbstractExtension;
Expand Down

0 comments on commit fce58d0

Please sign in to comment.