]> Raphaƫl G. Git Repositories - userbundle/blobdiff - Exception/UnactivatedException.php
Cleanup
[userbundle] / Exception / UnactivatedException.php
index cbf367d0e30997a4db164d4ca3311bb569e4bc6d..b1571494f3a35a1187c94eb0f6a6d7f7055d36d4 100644 (file)
@@ -14,9 +14,9 @@ namespace Rapsys\UserBundle\Exception;
 use Symfony\Component\Security\Core\Exception\AccountStatusException;
 
 /**
- * UnactivatedException is thrown when the user account is unactivated.
- *
  * {@inheritdoc}
+ *
+ * UnactivatedException is thrown when the user account is unactivated.
  */
 class UnactivatedException extends AccountStatusException {
     /**