Skip to content

Commit 42accf0

Browse files
committed
Fix CS
1 parent 76734af commit 42accf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundle/Handler/Literal/CanonicalUrl.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
namespace Netgen\Bundle\OpenGraphBundle\Handler\Literal;
66

7+
use Ibexa\Contracts\Core\Repository\Values\Content\Content as IbexaContent;
78
use Ibexa\Core\MVC\Symfony\Routing\UrlAliasRouter;
89
use Netgen\Bundle\OpenGraphBundle\Handler\HandlerInterface;
910
use Netgen\Bundle\OpenGraphBundle\MetaTag\Item;
11+
use Netgen\IbexaSiteApi\API\Values\Content as SiteApiContent;
1012
use Symfony\Component\HttpFoundation\Request;
1113
use Symfony\Component\HttpFoundation\RequestStack;
1214
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
13-
use Netgen\IbexaSiteApi\API\Values\Content as SiteApiContent;
14-
use Ibexa\Contracts\Core\Repository\Values\Content\Content as IbexaContent;
1515

1616
final class CanonicalUrl implements HandlerInterface
1717
{

0 commit comments

Comments
 (0)