@@ -77,7 +77,7 @@ |
||
77 | 77 | } |
78 | 78 | |
79 | 79 | /** |
80 | - * @return null|\Surfnet\Stepup\Configuration\Api\Configuration |
|
80 | + * @return \Broadway\Domain\AggregateRoot|null |
|
81 | 81 | */ |
82 | 82 | private function getConfiguration() |
83 | 83 | { |
@@ -184,7 +184,7 @@ discard block |
||
184 | 184 | } |
185 | 185 | |
186 | 186 | /** |
187 | - * @return string |
|
187 | + * @return Location|null |
|
188 | 188 | */ |
189 | 189 | public function getLocation() |
190 | 190 | { |
@@ -192,7 +192,7 @@ discard block |
||
192 | 192 | } |
193 | 193 | |
194 | 194 | /** |
195 | - * @return string |
|
195 | + * @return ContactInformation|null |
|
196 | 196 | */ |
197 | 197 | public function getContactInformation() |
198 | 198 | { |