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 ( 7dd4fa...6a3c70 )
by Miles
07:33
created
src/Resource/FileResource.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
     /**
184 184
      * Processes the imports and gets individual imports and passes them off to import2Resources()
185 185
      *
186
-     * @param mixed $imports The imports to be processed
186
+     * @param mixed $import The imports to be processed
187 187
      * @param array $imported_resources The array of imported resourcesg
188 188
      *
189 189
      * @return array The parsed imported resources
@@ -320,7 +320,7 @@  discard block
 block discarded – undo
320 320
     /**
321 321
      * Returns the filename of the resource
322 322
      *
323
-     * @return mixed The filename
323
+     * @return string The filename
324 324
      */
325 325
     public function getFilename()
326 326
     {
Please login to merge, or discard this patch.