Skip to content

Commit 33aa45f

Browse files
committed
php-cs-fixer it up
1 parent 0505bfb commit 33aa45f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Security/SecurityControllerBuilder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bundle\MakerBundle\Security;
1313

1414
use Symfony\Bundle\MakerBundle\Util\ClassSourceManipulator;
15-
use Symfony\Bundle\MakerBundle\Util\PhpCompatUtil;
1615
use Symfony\Component\HttpFoundation\Response;
1716
use Symfony\Component\Routing\Annotation\Route;
1817
use Symfony\Component\Security\Http\Authentication\AuthenticationUtils;

tests/Security/SecurityControllerBuilderTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use PHPUnit\Framework\TestCase;
1515
use Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder;
1616
use Symfony\Bundle\MakerBundle\Util\ClassSourceManipulator;
17-
use Symfony\Bundle\MakerBundle\Util\PhpCompatUtil;
1817

1918
class SecurityControllerBuilderTest extends TestCase
2019
{

0 commit comments

Comments
 (0)