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 ( d10d84...d05eca )
by Dmitriy
03:01
created
src/domain/VO/FQCN.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     }
26 26
     
27 27
     /**
28
-     * @return mixed
28
+     * @return string
29 29
      */
30 30
     public function getFqcn()
31 31
     {
Please login to merge, or discard this patch.
src/domain/VO/Primitive.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
      * Primitive constructor.
19 19
      *
20 20
      * @param string $name
21
-     * @param string $alias
22 21
      * @param array  $src_stubs
23 22
      * @param array  $test_stubs
24 23
      */
Please login to merge, or discard this patch.