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 ( 3d0ef4...9d4084 )
by Sergii
03:04
created
examples/Simple/index.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 require_once __DIR__ . '/../../vendor/autoload.php';
4 4
 
5 5
 use Doctrine\Common\Annotations\AnnotationRegistry;
6
-use Reflection\Examples\Validator\Simple\Component\SimpleComponent;
7 6
 use Reflection\Examples\Validator\Simple\Annotation\SimpleAnnotation;
7
+use Reflection\Examples\Validator\Simple\Component\SimpleComponent;
8 8
 use Reflection\Validator\Annotation\ReflectionValidatorAnnotationReader;
9 9
 
10 10
 AnnotationRegistry::registerLoader('class_exists');
Please login to merge, or discard this patch.