Skip to content

Commit

Permalink
Fix PHP CS
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Aug 2, 2024
1 parent 68e740e commit 8dd7d17
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Entity/Homepage.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
class Homepage implements HomepageInterface
{
use TimestampableTrait;

use TranslatableTrait {
__construct as private initializeTranslationsCollection;

Expand Down
1 change: 0 additions & 1 deletion src/Menu/AdminMenuListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

namespace MonsieurBiz\SyliusHomepagePlugin\Menu;

use Knp\Menu\Util\MenuManipulator;
use Sylius\Bundle\UiBundle\Menu\Event\MenuBuilderEvent;

final class AdminMenuListener
Expand Down
2 changes: 1 addition & 1 deletion src/Repository/HomepageRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ public function findOneByChannelAndLocale(ChannelInterface $channel, string $loc
->setParameter('locale', $locale)
->getQuery()
->getOneOrNullResult()
;
;
}
}

0 comments on commit 8dd7d17

Please sign in to comment.