Completed
Pull Request — master (#34)
by Helpful
02:07
created
code/OpauthController.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -390,6 +390,9 @@
 block discarded – undo
390 390
         return unserialize(base64_decode($this->request->{$method.'Var'}('opauth')));
391 391
     }
392 392
 
393
+    /**
394
+     * @param string $action
395
+     */
393 396
     public function Link($action = null)
394 397
     {
395 398
         return Controller::join_links(
Please login to merge, or discard this patch.
code/OpauthMemberLoginFormExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      * Deny password resets
13 13
      * 
14 14
      * @param Member $member
15
-     * @return boolean
15
+     * @return null|false
16 16
      */
17 17
     public function forgotPassword($member)
18 18
     {
Please login to merge, or discard this patch.
code/OpauthResponseHelper.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -60,6 +60,7 @@
 block discarded – undo
60 60
 
61 61
     /**
62 62
      * Try very hard to get a locale for this user. Helps for i18n etc.
63
+     * @param string $language
63 64
      * @return string
64 65
      */
65 66
     public static function get_smart_locale($language = null)
Please login to merge, or discard this patch.