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