X-Git-Url: https://git.rapsys.eu/userbundle/blobdiff_plain/17869e03521ae16d21e3e7d7998ec23fd5da1686..aed2f8545d0f6c83a61d004a423d533013cfa13e:/Exception/UnactivatedException.php

diff --git a/Exception/UnactivatedException.php b/Exception/UnactivatedException.php
index cbf367d..b157149 100644
--- a/Exception/UnactivatedException.php
+++ b/Exception/UnactivatedException.php
@@ -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 {
     /**