Completed
Pull Request — master (#144)
by Kristof
05:15
created
src/LocalEventService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
      * @param string $id
37 37
      *   A string uniquely identifying an event.
38 38
      *
39
-     * @return array
39
+     * @return string
40 40
      *   An event array.
41 41
      *
42 42
      * @throws EventNotFoundException if an event can not be found for the given id
Please login to merge, or discard this patch.
src/Event/Event.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -80,6 +80,7 @@  discard block
 block discarded – undo
80 80
      * @param Location $location
81 81
      * @param CalendarInterface $calendar
82 82
      * @param Theme/null $theme
83
+     * @param string $eventId
83 84
      *
84 85
      * @return Event
85 86
      */
@@ -368,9 +369,6 @@  discard block
 block discarded – undo
368 369
     /**
369 370
      * Updated the contact info.
370 371
      *
371
-     * @param array $phones
372
-     * @param array $emails
373
-     * @param array $urls
374 372
      */
375 373
     public function updateContactPoint(ContactPoint $contactPoint)
376 374
     {
Please login to merge, or discard this patch.
src/Event/ReadModel/JSONLD/EventFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 
25 25
     /**
26 26
      * @param $id
27
-     * @return EventEvent
27
+     * @return EventProjectedToJSONLD
28 28
      */
29 29
     public function createEvent($id)
30 30
     {
Please login to merge, or discard this patch.
src/Variations/Command/CreateOfferVariationJSONDeserializer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param mixed $json
73
+     * @param stdClass $json
74 74
      *
75 75
      * @throws ValidationException
76 76
      */
Please login to merge, or discard this patch.
src/Variations/Command/EditDescriptionJSONDeserializer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-     * @param mixed $json
73
+     * @param stdClass $json
74 74
      *
75 75
      * @throws ValidationException
76 76
      */
Please login to merge, or discard this patch.