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 (#87)
by Ha
03:49
created
src/Common/Resource/ResourceInterface.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,12 +23,11 @@
 block discarded – undo
23 23
 
24 24
     /**
25 25
      * @param array $data
26
-     * @return mixed
26
+     * @return AbstractResource
27 27
      */
28 28
     public function populateFromArray(array $data);
29 29
 
30 30
     /**
31
-     * @param string $name The name of the model class.
32 31
      * @param mixed  $data Either a {@see ResponseInterface} or data array that will populate the newly
33 32
      *                     created model class.
34 33
      *
Please login to merge, or discard this patch.