Skip to content

Commit 3e96344

Browse files
committed
Apply changes required by PHP CS Fixer
1 parent b0526f4 commit 3e96344

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Entity/Comment.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
use Doctrine\DBAL\Types\Types;
1515
use Doctrine\ORM\Mapping as ORM;
16-
use function Symfony\Component\String\u;
1716
use Symfony\Component\Validator\Constraints as Assert;
17+
use function Symfony\Component\String\u;
1818

1919
/**
2020
* Defines the properties of the Comment entity to represent the blog comments.

src/Twig/SourceCodeExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
namespace App\Twig;
1313

14-
use function Symfony\Component\String\u;
1514
use Twig\Environment;
1615
use Twig\Extension\AbstractExtension;
1716
use Twig\TemplateWrapper;
1817
use Twig\TwigFunction;
18+
use function Symfony\Component\String\u;
1919

2020
/**
2121
* CAUTION: this is an extremely advanced Twig extension. It's used to get the

0 commit comments

Comments
 (0)