@@ -245,7 +245,7 @@ |
||
245 | 245 | } |
246 | 246 | |
247 | 247 | /** |
248 | - * @return array|null |
|
248 | + * @return string |
|
249 | 249 | */ |
250 | 250 | public function getLocalSystemAddressBook() { |
251 | 251 | if ($this->localSystemAddressBook === null) { |
@@ -275,7 +275,7 @@ discard block |
||
275 | 275 | * Return the explicit version for the aliases; current, next, prev, latest |
276 | 276 | * |
277 | 277 | * @param string $alias |
278 | - * @return mixed|null|string |
|
278 | + * @return string |
|
279 | 279 | */ |
280 | 280 | public function getMigration($alias) { |
281 | 281 | switch ($alias) { |
@@ -361,7 +361,7 @@ discard block |
||
361 | 361 | |
362 | 362 | /** |
363 | 363 | * @param string $version |
364 | - * @return mixed |
|
364 | + * @return \Doctrine\DBAL\Schema\Schema |
|
365 | 365 | * @throws \Exception |
366 | 366 | */ |
367 | 367 | protected function createInstance($version) { |