Skip to content

Commit 37f3fa6

Browse files
committed
minor #1396 Apply changes required by PHP CS Fixer (bocharsky-bw)
This PR was merged into the main branch. Discussion ---------- Apply changes required by PHP CS Fixer Commits ------- 3e96344 Apply changes required by PHP CS Fixer
2 parents b0526f4 + 3e96344 commit 37f3fa6

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)