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
Pull Request — master (#103)
by Vincent
03:41
created
web/app/themes/stash/lib/controller.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     /**
40 40
      * Set all pages from within the functions.php->setControllers()
41 41
      *
42
-     * @param $pages
42
+     * @param string[] $pages
43 43
      */
44 44
     public function setPages($pages)
45 45
     {
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
     /**
50 50
      * Set all pages from within the functions.php->setControllers()
51 51
      *
52
-     * @param $pages
52
+     * @param string[] $pages
53 53
      */
54 54
     public function setParentPages($pages)
55 55
     {
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
     /**
199 199
      * Return name of the body class
200 200
      *
201
-     * @return bool|string
201
+     * @return string|false
202 202
      */
203 203
     public function getClass()
204 204
     {
Please login to merge, or discard this patch.