Skip to content

Commit 0709f30

Browse files
committed
php-cs-fixer it up
1 parent c6d52fa commit 0709f30

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/Command/MakerCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\Bundle\MakerBundle\FileManager;
1919
use Symfony\Bundle\MakerBundle\Generator;
2020
use Symfony\Bundle\MakerBundle\MakerInterface;
21-
use Symfony\Bundle\MakerBundle\Util\PhpCompatUtil;
2221
use Symfony\Component\Console\Tester\CommandTester;
2322

2423
class MakerCommandTest extends TestCase

tests/Doctrine/EntityRegeneratorTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use Symfony\Bundle\MakerBundle\Generator;
2323
use Symfony\Bundle\MakerBundle\Util\AutoloaderUtil;
2424
use Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter;
25-
use Symfony\Bundle\MakerBundle\Util\PhpCompatUtil;
2625
use Symfony\Component\Config\Loader\LoaderInterface;
2726
use Symfony\Component\DependencyInjection\ContainerBuilder;
2827
use Symfony\Component\Filesystem\Filesystem;

tests/GeneratorTest.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\FileManager;
1616
use Symfony\Bundle\MakerBundle\Generator;
17-
use Symfony\Bundle\MakerBundle\Util\PhpCompatUtil;
1817

1918
class GeneratorTest extends TestCase
2019
{

0 commit comments

Comments
 (0)