Completed
Push — master ( b07145...31c3db )
by Tomáš
07:58 queued 57s
created
src/Webcook/Cms/SecurityBundle/Entity/Role.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     /**
64 64
      * Gets the value of name.
65 65
      *
66
-     * @return mixed
66
+     * @return string
67 67
      */
68 68
     public function getName()
69 69
     {
Please login to merge, or discard this patch.
src/Webcook/Cms/SecurityBundle/Entity/User.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@
 block discarded – undo
197 197
     /**
198 198
      * Gets the value of email.
199 199
      *
200
-     * @return mixed
200
+     * @return string
201 201
      */
202 202
     public function getEmail()
203 203
     {
Please login to merge, or discard this patch.