Cancelled
Pull Request — master (#11)
by Laurens
23:42
created
src/Client/ProductClient.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -8,13 +8,9 @@
 block discarded – undo
8 8
 use LauLamanApps\IzettleApi\API\Product\Discount;
9 9
 use LauLamanApps\IzettleApi\API\Product\Library;
10 10
 use LauLamanApps\IzettleApi\API\Product\Product;
11
-use LauLamanApps\IzettleApi\Client\Product\CategoryBuilder;
12 11
 use LauLamanApps\IzettleApi\Client\Product\CategoryBuilderInterface;
13
-use LauLamanApps\IzettleApi\Client\Product\DiscountBuilder;
14 12
 use LauLamanApps\IzettleApi\Client\Product\DiscountBuilderInterface;
15
-use LauLamanApps\IzettleApi\Client\Product\LibraryBuilder;
16 13
 use LauLamanApps\IzettleApi\Client\Product\LibraryBuilderInterface;
17
-use LauLamanApps\IzettleApi\Client\Product\ProductBuilder;
18 14
 use LauLamanApps\IzettleApi\Client\Product\ProductBuilderInterface;
19 15
 use LauLamanApps\IzettleApi\IzettleClientInterface;
20 16
 use Ramsey\Uuid\UuidInterface;
Please login to merge, or discard this patch.
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.