Skip to content

Commit

Permalink
OP-290: phpstan fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Sep 3, 2024
1 parent 5b7feaf commit 8a02c43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Entity/Media.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Sylius\CmsPlugin\MediaProvider\FilenameHelper;
use Sylius\Component\Resource\Model\ToggleableTrait;
use Sylius\Component\Resource\Model\TranslatableTrait;
use Sylius\Component\Resource\Model\TranslationInterface;
use Sylius\Resource\Model\TranslationInterface;
use Symfony\Component\HttpFoundation\File\UploadedFile;
use Webmozart\Assert\Assert;

Expand Down
2 changes: 1 addition & 1 deletion src/Entity/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Sylius\Component\Resource\Model\TimestampableTrait;
use Sylius\Component\Resource\Model\ToggleableTrait;
use Sylius\Component\Resource\Model\TranslatableTrait;
use Sylius\Component\Resource\Model\TranslationInterface;
use Sylius\Resource\Model\TranslationInterface;

class Page implements PageInterface
{
Expand Down

0 comments on commit 8a02c43

Please sign in to comment.