Completed
Pull Request — master (#110)
by Kristof
07:14
created
src/Place/Place.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
      * @param CalendarInterface $calendar
69 69
      * @param Theme/null $theme
70 70
      *
71
-     * @return Event
71
+     * @return Place
72 72
      */
73 73
     public static function createPlace($id, Title $title, EventType $eventType, Address $address, CalendarInterface $calendar, Theme $theme = null)
74 74
     {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 
81 81
     /**
82 82
      * Apply the place created event.
83
-     * @param PlaceCreate $placeCreated
83
+     * @param PlaceCreated $placeCreated
84 84
      */
85 85
     protected function applyPlaceCreated(PlaceCreated $placeCreated)
86 86
     {
@@ -110,6 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
     /**
112 112
      * Handle an update command to update organizer.
113
+     * @param string $organizerId
113 114
      */
114 115
     public function updateOrganizer($organizerId)
115 116
     {
@@ -220,7 +221,7 @@  discard block
 block discarded – undo
220 221
      * @param string $cdbXmlNamespaceUri
221 222
      *   The cdb xml namespace uri.
222 223
      *
223
-     * @return Actor
224
+     * @return Place
224 225
      *   The actor.
225 226
      */
226 227
     public static function importFromUDB2Actor(
@@ -250,7 +251,7 @@  discard block
 block discarded – undo
250 251
      * @param string $cdbXmlNamespaceUri
251 252
      *   The cdb xml namespace uri.
252 253
      *
253
-     * @return Actor
254
+     * @return Place
254 255
      *   The actor.
255 256
      */
256 257
     public static function importFromUDB2Event(
Please login to merge, or discard this patch.