@@ -24,7 +24,7 @@ |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | - * @return String |
|
| 27 | + * @return string |
|
| 28 | 28 | */ |
| 29 | 29 | public function getDescription() |
| 30 | 30 | { |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | } |
| 25 | 25 | |
| 26 | 26 | /** |
| 27 | - * @return String |
|
| 27 | + * @return string |
|
| 28 | 28 | */ |
| 29 | 29 | public function getDescription() |
| 30 | 30 | { |
@@ -84,7 +84,7 @@ discard block |
||
| 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 |
||
| 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 |
||
| 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( |