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 ( 403ca4...b411f4 )
by Luis Ramón
02:32
created
src/AppBundle/Entity/Student.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
     /**
106 106
      * Get id
107 107
      *
108
-     * @return Person
108
+     * @return integer
109 109
      */
110 110
     public function getId()
111 111
     {
Please login to merge, or discard this patch.
src/AppBundle/Entity/Teacher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     /**
82 82
      * Get id
83 83
      *
84
-     * @return Person
84
+     * @return integer
85 85
      */
86 86
     public function getId()
87 87
     {
Please login to merge, or discard this patch.