GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Completed
Push — master ( e4281c...85c96d )
by Eoghan
12:43
created
app/code/community/Studioforty9/Recaptcha/Block/Explicit.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,6 @@
 block discarded – undo
71 71
     /**
72 72
      * Get the reCAPTACHA javascript code.
73 73
      *
74
-     * @param string $id
75 74
      * @return string
76 75
      */
77 76
     public function getRecaptchaScript()
Please login to merge, or discard this patch.
app/code/community/Studioforty9/Recaptcha/Helper/Redirect.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
     /**
28 28
      * Set the session object.
29 29
      *
30
-     * @param Mage_Core_Model_Session $$session
30
+     * @param Mage_Core_Model_Session $session
31 31
      * @return self
32 32
      */
33 33
     public function setSession(Mage_Core_Model_Session_Abstract $session)
@@ -100,7 +100,6 @@  discard block
 block discarded – undo
100 100
     /**
101 101
      * Get the request URI.
102 102
      *
103
-     * @param array $visitorData
104 103
      * @return bool
105 104
      */
106 105
     protected function getRequestUri()
Please login to merge, or discard this patch.