@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | /** |
| 74 | 74 | * @param Request $request |
| 75 | 75 | * @param Response $response |
| 76 | - * @return null|Response |
|
| 76 | + * @return null|string |
|
| 77 | 77 | */ |
| 78 | 78 | public function unauthenticated(Request $request, Response $response) |
| 79 | 79 | { |
@@ -184,7 +184,7 @@ discard block |
||
| 184 | 184 | } |
| 185 | 185 | |
| 186 | 186 | /** |
| 187 | - * @return Router |
|
| 187 | + * @return string |
|
| 188 | 188 | */ |
| 189 | 189 | private function _generateLoginUrl() |
| 190 | 190 | { |
@@ -97,7 +97,7 @@ |
||
| 97 | 97 | |
| 98 | 98 | /** |
| 99 | 99 | * @param string $shopDomain |
| 100 | - * @return bool |
|
| 100 | + * @return integer |
|
| 101 | 101 | */ |
| 102 | 102 | public function validDomain($shopDomain) |
| 103 | 103 | { |