Completed
Branch master (92e075)
by David
10:49
created
code/admin/InstagramAdmin.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,8 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
code/extension/InstagramPageExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
code/model/InstagramAccount.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.