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 (#56)
by Arthur
02:05 queued 16s
created
src/Exceptions/InvalidTypeDtoException.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\DataTransferObject\Exceptions;
4 4
 
5
-use TypeError;
6 5
 use Spatie\DataTransferObject\Contracts\PropertyContract;
6
+use TypeError;
7 7
 
8 8
 class InvalidTypeDtoException extends TypeError
9 9
 {
Please login to merge, or discard this patch.
src/Exceptions/UninitialisedPropertyDtoException.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\DataTransferObject\Exceptions;
4 4
 
5
-use TypeError;
6 5
 use Spatie\DataTransferObject\Contracts\PropertyContract;
6
+use TypeError;
7 7
 
8 8
 class UninitialisedPropertyDtoException extends TypeError
9 9
 {
Please login to merge, or discard this patch.