Skip to content

Commit d0b0d29

Browse files
committed
Fix CS
1 parent a7007f0 commit d0b0d29

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/tests/WebTestCase.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
*/
1111

1212
use Liip\FunctionalTestBundle\Test\WebTestCase as BaseWebTestCase;
13-
use PHPCR\RepositoryInterface;
1413
use Symfony\Component\HttpFoundation\Response;
1514

1615
abstract class WebTestCase extends BaseWebTestCase

src/AppBundle/DataFixtures/PHPCR/LoadMenuData.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
namespace AppBundle\DataFixtures\PHPCR;
1313

14-
use PHPCR\RepositoryInterface;
1514
use Doctrine\ODM\PHPCR\DocumentManager;
1615
use Doctrine\Common\DataFixtures\FixtureInterface;
1716
use Doctrine\Common\DataFixtures\OrderedFixtureInterface;

0 commit comments

Comments
 (0)