Completed
Pull Request — master (#105)
by Kristof
18:24 queued 13:13
created
src/Media/MediaObject.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
-     * @return string
119
+     * @return UUID
120 120
      */
121 121
     public function getFileId()
122 122
     {
Please login to merge, or discard this patch.
src/Place/Events/ImageAdded.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @return mixed The object instance
31
+     * @return ImageAdded The object instance
32 32
      */
33 33
     public static function deserialize(array $data)
34 34
     {
Please login to merge, or discard this patch.
src/Place/Events/ImageUpdated.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @return mixed The object instance
33
+     * @return ImageUpdated The object instance
34 34
      */
35 35
     public static function deserialize(array $data)
36 36
     {
Please login to merge, or discard this patch.
src/Event/Events/ImageAdded.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     }
29 29
 
30 30
     /**
31
-     * @return mixed The object instance
31
+     * @return ImageAdded The object instance
32 32
      */
33 33
     public static function deserialize(array $data)
34 34
     {
Please login to merge, or discard this patch.
src/Event/Events/ImageUpdated.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-     * @return mixed The object instance
33
+     * @return ImageUpdated The object instance
34 34
      */
35 35
     public static function deserialize(array $data)
36 36
     {
Please login to merge, or discard this patch.