Completed
Push — master ( 0b79d7...627f4f )
by David
10:46 queued 09:25
created
code/admin/TwitterAdmin.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -75,7 +75,7 @@
 block discarded – undo
75 75
      *
76 76
      * @param Form $form
77 77
      *
78
-     * @return Controller
78
+     * @return SS_HTTPResponse|null
79 79
      */
80 80
     public function handleOAuthError($url, $form, $message = null)
81 81
     {
Please login to merge, or discard this patch.
code/service/TwitterService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     /**
141 141
      * Gets the temporary request token from session.
142 142
      *
143
-     * @return array
143
+     * @return string
144 144
      */
145 145
     public function getSessionOAuthToken() {
146 146
         return Session::get('TwitterOAuthToken');
Please login to merge, or discard this patch.