Skip to content

Commit

Permalink
minor #1396 Apply changes required by PHP CS Fixer (bocharsky-bw)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
javiereguiluz committed Feb 2, 2023
2 parents b0526f4 + 3e96344 commit 37f3fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Entity/Comment.php
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Twig/SourceCodeExtension.php
Expand Up @@ -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
Expand Down

0 comments on commit 37f3fa6

Please sign in to comment.