Skip to content

Commit

Permalink
remove unused 'use' statements
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Jun 4, 2013
1 parent 8cd4cbd commit 16d963b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 1 addition & 2 deletions Doctrine/AbstractUserListener.php
Expand Up @@ -13,9 +13,8 @@

use Doctrine\Common\EventSubscriber;
use Doctrine\Common\Persistence\Event\LifecycleEventArgs;
use Doctrine\Common\Persistence\Event\PreUpdateEventArgs;
use FOS\UserBundle\Model\UserInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use FOS\UserBundle\Model\UserInterface;

/**
* Base Doctrine listener updating the canonical username and password fields.
Expand Down
2 changes: 0 additions & 2 deletions Doctrine/MongoDB/UserListener.php
Expand Up @@ -11,13 +11,11 @@

namespace FOS\UserBundle\Doctrine\MongoDB;

use Doctrine\Common\EventSubscriber;
use Doctrine\ODM\MongoDB\Events;
use Doctrine\ODM\MongoDB\Event\LifecycleEventArgs;
use Doctrine\ODM\MongoDB\Event\PreUpdateEventArgs;
use FOS\UserBundle\Doctrine\AbstractUserListener;
use FOS\UserBundle\Model\UserInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
* Doctrine MongoDB ODM listener updating the canonical fields and the password.
Expand Down
1 change: 0 additions & 1 deletion Doctrine/Orm/UserListener.php
Expand Up @@ -16,7 +16,6 @@
use Doctrine\ORM\Event\PreUpdateEventArgs;
use FOS\UserBundle\Model\UserInterface;
use FOS\UserBundle\Doctrine\AbstractUserListener;
use Symfony\Component\DependencyInjection\ContainerInterface;

/**
* Doctrine ORM listener updating the canonical fields and the password.
Expand Down

0 comments on commit 16d963b

Please sign in to comment.