We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0526f4 commit 3e96344Copy full SHA for 3e96344
src/Entity/Comment.php
@@ -13,8 +13,8 @@
13
14
use Doctrine\DBAL\Types\Types;
15
use Doctrine\ORM\Mapping as ORM;
16
-use function Symfony\Component\String\u;
17
use Symfony\Component\Validator\Constraints as Assert;
+use function Symfony\Component\String\u;
18
19
/**
20
* Defines the properties of the Comment entity to represent the blog comments.
src/Twig/SourceCodeExtension.php
@@ -11,11 +11,11 @@
11
12
namespace App\Twig;
use Twig\Environment;
use Twig\Extension\AbstractExtension;
use Twig\TemplateWrapper;
use Twig\TwigFunction;
21
* CAUTION: this is an extremely advanced Twig extension. It's used to get the
0 commit comments