Skip to content

Commit 16d963b

Browse files
committed
remove unused 'use' statements
1 parent 8cd4cbd commit 16d963b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

Doctrine/AbstractUserListener.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313

1414
use Doctrine\Common\EventSubscriber;
1515
use Doctrine\Common\Persistence\Event\LifecycleEventArgs;
16-
use Doctrine\Common\Persistence\Event\PreUpdateEventArgs;
17-
use FOS\UserBundle\Model\UserInterface;
1816
use Symfony\Component\DependencyInjection\ContainerInterface;
17+
use FOS\UserBundle\Model\UserInterface;
1918

2019
/**
2120
* Base Doctrine listener updating the canonical username and password fields.

Doctrine/MongoDB/UserListener.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@
1111

1212
namespace FOS\UserBundle\Doctrine\MongoDB;
1313

14-
use Doctrine\Common\EventSubscriber;
1514
use Doctrine\ODM\MongoDB\Events;
1615
use Doctrine\ODM\MongoDB\Event\LifecycleEventArgs;
1716
use Doctrine\ODM\MongoDB\Event\PreUpdateEventArgs;
1817
use FOS\UserBundle\Doctrine\AbstractUserListener;
1918
use FOS\UserBundle\Model\UserInterface;
20-
use Symfony\Component\DependencyInjection\ContainerInterface;
2119

2220
/**
2321
* Doctrine MongoDB ODM listener updating the canonical fields and the password.

Doctrine/Orm/UserListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use Doctrine\ORM\Event\PreUpdateEventArgs;
1717
use FOS\UserBundle\Model\UserInterface;
1818
use FOS\UserBundle\Doctrine\AbstractUserListener;
19-
use Symfony\Component\DependencyInjection\ContainerInterface;
2019

2120
/**
2221
* Doctrine ORM listener updating the canonical fields and the password.

0 commit comments

Comments
 (0)