@@ -84,7 +84,8 @@ |
||
84 | 84 | * Handles failed AOuth attempts. |
85 | 85 | * |
86 | 86 | * @param Form $form |
87 | - * @return Controller |
|
87 | + * @param string $message |
|
88 | + * @return SS_HTTPResponse|null |
|
88 | 89 | */ |
89 | 90 | private function handleOAuthError($form, $message = null) |
90 | 91 | { |
@@ -92,7 +92,7 @@ |
||
92 | 92 | /** |
93 | 93 | * Handler for the `instagram` Shortcode. |
94 | 94 | * |
95 | - * @return string|null |
|
95 | + * @return null|HTMLText |
|
96 | 96 | */ |
97 | 97 | public static function instagramShortcodeHandler($args, $content = null, $parser = null, $tag) |
98 | 98 | { |
@@ -157,7 +157,7 @@ |
||
157 | 157 | * Create a configured Instagram API interface. |
158 | 158 | * |
159 | 159 | * @param string $token |
160 | - * @return MetzWeb\Instagram\Instagram |
|
160 | + * @return Client |
|
161 | 161 | */ |
162 | 162 | public static function getNewInstagramClient($token = null) |
163 | 163 | { |