Skip to content

Commit 71eed9a

Browse files
committed
Fix coding standards
1 parent d8e9238 commit 71eed9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Doctrine/UserListener.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
namespace FOS\UserBundle\Doctrine;
1313

1414
use Doctrine\Common\EventSubscriber;
15-
use Doctrine\Persistence\Event\LifecycleEventArgs;
16-
use Doctrine\Persistence\ObjectManager;
1715
use Doctrine\ODM\MongoDB\DocumentManager;
1816
use Doctrine\ORM\EntityManager;
17+
use Doctrine\Persistence\Event\LifecycleEventArgs;
18+
use Doctrine\Persistence\ObjectManager;
1919
use FOS\UserBundle\Model\UserInterface;
2020
use FOS\UserBundle\Util\CanonicalFieldsUpdater;
2121
use FOS\UserBundle\Util\PasswordUpdaterInterface;

0 commit comments

Comments
 (0)