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 (#8)
by Sho
07:59
created
src/Entity/Address.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ShippoClient\Entity;
4 4
 
5
-use TurmericSpice\Container;
6 5
 use TurmericSpice\ReadableAttributes;
7 6
 
8 7
 class Address extends ObjectInformation
Please login to merge, or discard this patch.
src/Entity/Rate.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ShippoClient\Entity;
4 4
 
5
-use TurmericSpice\Container;
6 5
 use TurmericSpice\ReadableAttributes;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Entity/Refund.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ShippoClient\Entity;
4 4
 
5
-use TurmericSpice\Container;
6 5
 use TurmericSpice\ReadableAttributes;
7 6
 
8 7
 class Refund extends ObjectInformation
Please login to merge, or discard this patch.
src/Entity/Transaction.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace ShippoClient\Entity;
4 4
 
5
-use TurmericSpice\Container;
6 5
 use TurmericSpice\ReadableAttributes;
7 6
 
8 7
 class Transaction extends ObjectInformation
Please login to merge, or discard this patch.
src/Http/Request/Addresses/CreateObject.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ShippoClient\Http\Request\Addresses;
4 4
 
5 5
 use ShippoClient\Http\Request\CommonParameter;
6
-use TurmericSpice\Container;
7 6
 use TurmericSpice\Container\InvalidAttributeException;
8 7
 use TurmericSpice\ReadWriteAttributes;
9 8
 
Please login to merge, or discard this patch.
src/Http/Request/Parcels/CreateObject.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ShippoClient\Http\Request\Parcels;
4 4
 
5 5
 use ShippoClient\Http\Request\CommonParameter;
6
-use TurmericSpice\Container;
7 6
 use TurmericSpice\Container\InvalidAttributeException;
8 7
 use TurmericSpice\ReadWriteAttributes;
9 8
 
Please login to merge, or discard this patch.
src/Http/Request/Shipments/CreateObject.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace ShippoClient\Http\Request\Shipments;
4 4
 
5 5
 use ShippoClient\Http\Request\CommonParameter;
6
-use TurmericSpice\Container;
7 6
 use TurmericSpice\Container\InvalidAttributeException;
8 7
 use TurmericSpice\ReadWriteAttributes;
9 8
 
Please login to merge, or discard this patch.
src/Http/Request/Shipments/CreateObjectByNested.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use ShippoClient\Http\Request\CommonParameter;
6 6
 use ShippoClient\Http\Request\Addresses\CreateObject as AddressCreate;
7 7
 use ShippoClient\Http\Request\Parcels\CreateObject as ParcelCreate;
8
-use TurmericSpice\Container;
9 8
 use TurmericSpice\ReadableAttributes;
10 9
 
11 10
 class CreateObjectByNested extends CommonParameter
Please login to merge, or discard this patch.
src/Http/Response/AddressList.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use ShippoClient\Entity\Address;
6 6
 use ShippoClient\Entity\AddressCollection;
7
-use TurmericSpice\Container;
8 7
 
9 8
 class AddressList extends ListResponse
10 9
 {
Please login to merge, or discard this patch.