]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Repository.php
Cleanup
[userbundle] / Repository.php
index b21b0ca90f87819866419346f01b13533cf5b6c5..44a585ad80d67d034383ca8ecb2a31b8b85fc090 100644 (file)
@@ -14,15 +14,16 @@ namespace Rapsys\UserBundle;
 use Doctrine\ORM\EntityManagerInterface;
 use Doctrine\ORM\EntityRepository;
 use Doctrine\ORM\Mapping\ClassMetadata;
-use Symfony\Component\Routing\RouterInterface;
-use Symfony\Contracts\Translation\TranslatorInterface;
 
 use Rapsys\PackBundle\Util\SluggerUtil;
 
+use Symfony\Component\Routing\RouterInterface;
+use Symfony\Contracts\Translation\TranslatorInterface;
+
 /**
- * Repository
- *
  * {@inheritdoc}
+ *
+ * Repository
  */
 class Repository extends EntityRepository {
        /**