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 ( 72699b...b8e5ff )
by
unknown
09:37
created
protected/extensions/mainscript/creators/ScriptAbstractCreator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -50,6 +50,9 @@
 block discarded – undo
50 50
      return $this->getScriptPath();
51 51
   }
52 52
 
53
+  /**
54
+   * @param string $script
55
+   */
53 56
   public function addScript($script)
54 57
   {
55 58
     $this->scriptList[] = $script;
Please login to merge, or discard this patch.