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 (#117)
by Craig
01:26 queued 15s
created
src/PropertyFieldValidator.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -4,11 +4,8 @@
 block discarded – undo
4 4
 
5 5
 namespace Spatie\DataTransferObject;
6 6
 
7
-use ReflectionClass;
8
-use ReflectionException;
9 7
 use ReflectionNamedType;
10 8
 use ReflectionProperty;
11
-use ReflectionType;
12 9
 
13 10
 class PropertyFieldValidator extends FieldValidator
14 11
 {
Please login to merge, or discard this patch.