Completed
Pull Request — master (#105)
by Kristof
18:24 queued 13:13
created
src/Place/Events/MajorInfoUpdated.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,6 @@
 block discarded – undo
49 49
     /**
50 50
      * @param string $placeId
51 51
      * @param Title $title
52
-     * @param string $location
53 52
      * @param CalendarInterface $calendar
54 53
      */
55 54
     public function __construct($placeId, Title $title, EventType $eventType, Address $address, CalendarInterface $calendar, $theme = null)
Please login to merge, or discard this patch.
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/UpdateImageTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @return MediaObject
51
+     * @return Media\MediaObject
52 52
      */
53 53
     function getMediaObject()
54 54
     {
Please login to merge, or discard this patch.
src/AddImageTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @return MediaObject
51
+     * @return Media\MediaObject
52 52
      */
53 53
     function getMediaObject()
54 54
     {
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.