diff --git a/src/Entity/Comment.php b/src/Entity/Comment.php index 2ac275b82..aa1b8e6bc 100644 --- a/src/Entity/Comment.php +++ b/src/Entity/Comment.php @@ -13,8 +13,8 @@ use Doctrine\DBAL\Types\Types; use Doctrine\ORM\Mapping as ORM; -use function Symfony\Component\String\u; use Symfony\Component\Validator\Constraints as Assert; +use function Symfony\Component\String\u; /** * Defines the properties of the Comment entity to represent the blog comments. diff --git a/src/Twig/SourceCodeExtension.php b/src/Twig/SourceCodeExtension.php index 67ea1181e..fa8871518 100644 --- a/src/Twig/SourceCodeExtension.php +++ b/src/Twig/SourceCodeExtension.php @@ -11,11 +11,11 @@ namespace App\Twig; -use function Symfony\Component\String\u; use Twig\Environment; use Twig\Extension\AbstractExtension; use Twig\TemplateWrapper; use Twig\TwigFunction; +use function Symfony\Component\String\u; /** * CAUTION: this is an extremely advanced Twig extension. It's used to get the