Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 8, 2023
1 parent 76734af commit 42accf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle/Handler/Literal/CanonicalUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

namespace Netgen\Bundle\OpenGraphBundle\Handler\Literal;

use Ibexa\Contracts\Core\Repository\Values\Content\Content as IbexaContent;
use Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter;
use Netgen\Bundle\OpenGraphBundle\Handler\HandlerInterface;
use Netgen\Bundle\OpenGraphBundle\MetaTag\Item;
use Netgen\IbexaSiteApi\API\Values\Content as SiteApiContent;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\RequestStack;
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
use Netgen\IbexaSiteApi\API\Values\Content as SiteApiContent;
use Ibexa\Contracts\Core\Repository\Values\Content\Content as IbexaContent;

final class CanonicalUrl implements HandlerInterface
{
Expand Down

0 comments on commit 42accf0

Please sign in to comment.