Passed
Pull Request — master (#11)
by Laurens
03:28 queued 01:09
created
src/Client/Purchase/PurchaseBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use DateTime;
8 8
 use LauLamanApps\IzettleApi\API\Purchase\Coordinates;
9 9
 use LauLamanApps\IzettleApi\API\Purchase\Purchase;
10
-use LauLamanApps\IzettleApi\API\Purchase\PurchaseHistory;
11 10
 use LauLamanApps\IzettleApi\API\Purchase\User;
12 11
 use Money\Currency;
13 12
 use Money\Money;
Please login to merge, or discard this patch.
src/Client/Purchase/PurchaseHistoryBuilder.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace LauLamanApps\IzettleApi\Client\Purchase;
6 6
 
7 7
 use LauLamanApps\IzettleApi\API\Purchase\PurchaseHistory;
8
-use Psr\Http\Message\ResponseInterface;
9 8
 
10 9
 final class PurchaseHistoryBuilder implements PurchaseHistoryBuilderInterface
11 10
 {
Please login to merge, or discard this patch.