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 ( 427409...e15ce6 )
by Miles
03:43 queued 01:23
created
src/Resource/FileResource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@
 block discarded – undo
272 272
     /**
273 273
      * Returns the filename of the resource
274 274
      *
275
-     * @return mixed The filename
275
+     * @return string The filename
276 276
      */
277 277
     public function getFilename()
278 278
     {
Please login to merge, or discard this patch.
src/Resource/ResourceProvider.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -183,7 +183,6 @@
 block discarded – undo
183 183
     /**
184 184
      * Merges various configuration contents into one array
185 185
      *
186
-     * @param mixed $contents,... Optional number of arrays to merge
187 186
      *
188 187
      * @return array The merged contents
189 188
      */
Please login to merge, or discard this patch.
src/Vars.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -446,7 +446,7 @@  discard block
 block discarded – undo
446 446
     /**
447 447
      * Returns the Vars replacement variables
448 448
      *
449
-     * @return array The Vars replacement variables
449
+     * @return string The Vars replacement variables
450 450
      */
451 451
     public function getVariables()
452 452
     {
@@ -456,7 +456,7 @@  discard block
 block discarded – undo
456 456
     /**
457 457
      * Returns the CacheProvider if set, if not return false
458 458
      *
459
-     * @return \M1\Vars\Cache\CacheProvider|false The CacheProvider or false
459
+     * @return CacheProvider The CacheProvider or false
460 460
      */
461 461
     public function getCache()
462 462
     {
Please login to merge, or discard this patch.