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 ( bcd62e...b3fd6e )
by Christian
41:18
created
src/classes/SelimConfig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@
 block discarded – undo
125 125
      * @param string $name
126 126
      * @param string $path
127 127
      *
128
-     * @return boolean
128
+     * @return boolean|null
129 129
      */
130 130
     public function addSite($name, $path)
131 131
     {
Please login to merge, or discard this patch.
src/classes/SilverstripePage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      *
40 40
      * @param string $path
41 41
      *
42
-     * @return boolean
42
+     * @return boolean|null
43 43
      */
44 44
     public function setupPaths($path)
45 45
     {
Please login to merge, or discard this patch.