Completed
Pull Request — master (#139)
by Serhii
14:07
created
src/AppBundle/Entity/Ticket.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-     * @return string
129
+     * @return Uuid
130 130
      */
131 131
     public function getId()
132 132
     {
@@ -215,7 +215,7 @@  discard block
 block discarded – undo
215 215
     }
216 216
 
217 217
     /**
218
-     * @return array
218
+     * @return string[]
219 219
      */
220 220
     public static function getStatuses()
221 221
     {
Please login to merge, or discard this patch.