@@ -50,7 +50,7 @@ |
||
50 | 50 | * |
51 | 51 | * @param string $dbName Database name |
52 | 52 | * |
53 | - * @return boolean |
|
53 | + * @return boolean|null |
|
54 | 54 | * @throws \InvalidArgumentException |
55 | 55 | */ |
56 | 56 | public function switchDatabase($dbName) |
@@ -88,7 +88,7 @@ |
||
88 | 88 | * @param string $path path to redirect |
89 | 89 | * @param integer $status status for redirect |
90 | 90 | * |
91 | - * @return false|ResponseInterface |
|
91 | + * @return string|false |
|
92 | 92 | * @throws Exception|\InvalidArgumentException |
93 | 93 | */ |
94 | 94 | public function redirect($path, $status = 301) |
@@ -53,7 +53,7 @@ |
||
53 | 53 | } |
54 | 54 | |
55 | 55 | /** |
56 | - * @return bool|int |
|
56 | + * @return integer |
|
57 | 57 | * @throws Exception |
58 | 58 | */ |
59 | 59 | public function getID() |