Completed
Push — master ( 296b7c...3c098c )
by Kristof
10s
created
src/Offer/Commands/AbstractTranslateTitle.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
     /**
27
-     * @return String
27
+     * @return string
28 28
      */
29 29
     public function getDescription()
30 30
     {
Please login to merge, or discard this patch.
src/Place/Place.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@  discard block
 block discarded – undo
84 84
 
85 85
     /**
86 86
      * Apply the place created event.
87
-     * @param PlaceCreate $placeCreated
87
+     * @param PlaceCreated $placeCreated
88 88
      */
89 89
     protected function applyPlaceCreated(PlaceCreated $placeCreated)
90 90
     {
@@ -114,6 +114,7 @@  discard block
 block discarded – undo
114 114
 
115 115
     /**
116 116
      * Handle an update command to update organizer.
117
+     * @param string $organizerId
117 118
      */
118 119
     public function updateOrganizer($organizerId)
119 120
     {
@@ -225,7 +226,7 @@  discard block
 block discarded – undo
225 226
      * @param string $cdbXmlNamespaceUri
226 227
      *   The cdb xml namespace uri.
227 228
      *
228
-     * @return Actor
229
+     * @return Place
229 230
      *   The actor.
230 231
      */
231 232
     public static function importFromUDB2Actor(
Please login to merge, or discard this patch.
src/Offer/Events/Image/AbstractImageEvent.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
      * @param array $data
51
-     * @return mixed The object instance
51
+     * @return AbstractImageEvent The object instance
52 52
      */
53 53
     public static function deserialize(array $data)
54 54
     {
Please login to merge, or discard this patch.
src/Event/Event.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -78,6 +78,7 @@  discard block
 block discarded – undo
78 78
      * @param Location $location
79 79
      * @param CalendarInterface $calendar
80 80
      * @param Theme/null $theme
81
+     * @param string $eventId
81 82
      *
82 83
      * @return Event
83 84
      */
@@ -282,7 +283,7 @@  discard block
 block discarded – undo
282 283
     }
283 284
 
284 285
     /**
285
-     * @return UUID[]
286
+     * @return \CultuurNet\UDB3\Offer\UUID[]
286 287
      */
287 288
     public function getMediaObjects()
288 289
     {
@@ -366,9 +367,6 @@  discard block
 block discarded – undo
366 367
     /**
367 368
      * Updated the contact info.
368 369
      *
369
-     * @param array $phones
370
-     * @param array $emails
371
-     * @param array $urls
372 370
      */
373 371
     public function updateContactPoint(ContactPoint $contactPoint)
374 372
     {
Please login to merge, or discard this patch.
src/Offer/ReadModel/JSONLD/OfferLDProjector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@
 block discarded – undo
263 263
     }
264 264
 
265 265
     /**
266
-     * @param AbstractRemoveImage $imageRemoved
266
+     * @param AbstractImageRemoved $imageRemoved
267 267
      */
268 268
     protected function applyImageRemoved(AbstractImageRemoved $imageRemoved)
269 269
     {
Please login to merge, or discard this patch.