Skip to content

Commit 6f21375

Browse files
committed
php-cs-fixer it up
1 parent b002ae7 commit 6f21375

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Maker/MakeRegistrationForm.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
1515
use Doctrine\Common\Annotations\Annotation;
1616
use Doctrine\ORM\EntityManagerInterface;
17-
use Doctrine\ORM\Mapping\Driver\AttributeReader;
1817
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;
1918
use Symfony\Bridge\Twig\Mime\TemplatedEmail;
2019
use Symfony\Bundle\MakerBundle\ConsoleStyle;
@@ -27,7 +26,6 @@
2726
use Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer;
2827
use Symfony\Bundle\MakerBundle\Security\InteractiveSecurityHelper;
2928
use Symfony\Bundle\MakerBundle\Str;
30-
use Symfony\Bundle\MakerBundle\Test\MakerTestRunner;
3129
use Symfony\Bundle\MakerBundle\Util\ClassDetails;
3230
use Symfony\Bundle\MakerBundle\Util\ClassNameDetails;
3331
use Symfony\Bundle\MakerBundle\Util\ClassSourceManipulator;

src/Util/ClassSourceManipulator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ public function createMethodLevelBlankLine()
334334
}
335335

336336
/**
337-
* @param array<Node\Attribute|Node\AttributeGroup> $attributes
337+
* @param array<Node\Attribute|Node\AttributeGroup> $attributes
338338
*/
339339
public function addProperty(string $name, array $annotationLines = [], $defaultValue = null, array $attributes = []): void
340340
{
@@ -353,7 +353,7 @@ public function addProperty(string $name, array $annotationLines = [], $defaultV
353353
foreach ($attributes as $attribute) {
354354
$newPropertyBuilder->addAttribute($attribute);
355355
}
356-
} elseif($annotationLines && $this->useAnnotations) {
356+
} elseif ($annotationLines && $this->useAnnotations) {
357357
$newPropertyBuilder->setDocComment($this->createDocBlock($annotationLines));
358358
}
359359

0 commit comments

Comments
 (0)