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 ( ecf461...e116b7 )
by Vadim
15:02
created
src/Entity/Annotation/AnnotationBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
     }
212 212
 
213 213
     /**
214
-     * @return mixed
214
+     * @return AnnotationManager
215 215
      */
216 216
     public function getAnnotationManager()
217 217
     {
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
     }
224 224
 
225 225
     /**
226
-     * @param mixed $annotationManager
226
+     * @param AnnotationManager $annotationManager
227 227
      */
228 228
     public function setAnnotationManager(AnnotationManager $annotationManager)
229 229
     {
Please login to merge, or discard this patch.