Completed
Push — master ( 4ae3d5...e8b14e )
by Florian
06:15
created
src/Famoser/SyncApi/Controllers/DeviceController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 use Famoser\SyncApi\Models\Communication\Entities\Base\BaseCommunicationEntity;
16 16
 use Famoser\SyncApi\Models\Communication\Request\Base\BaseRequest;
17 17
 use Famoser\SyncApi\Models\Communication\Response\AuthorizationResponse;
18
-use Famoser\SyncApi\Models\Communication\Response\CollectionEntityResponse;
19 18
 use Famoser\SyncApi\Models\Communication\Response\DeviceEntityResponse;
20 19
 use Famoser\SyncApi\Models\Entities\Base\BaseSyncEntity;
21 20
 use Famoser\SyncApi\Models\Entities\Device;
Please login to merge, or discard this patch.
src/Famoser/SyncApi/Models/Communication/Request/DeviceEntityRequest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,11 +9,9 @@
 block discarded – undo
9 9
 namespace Famoser\SyncApi\Models\Communication\Request;
10 10
 
11 11
 use Famoser\SyncApi\Framework\Json\Models\ArrayProperty;
12
-use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonProperty;
13 12
 use Famoser\SyncApi\Framework\Json\Models\Base\AbstractJsonValueProperty;
14 13
 use Famoser\SyncApi\Framework\Json\Models\ObjectProperty;
15 14
 use Famoser\SyncApi\Models\Communication\Entities\DeviceCommunicationEntity;
16
-use Famoser\SyncApi\Models\Communication\Entities\SyncCommunicationEntity;
17 15
 use Famoser\SyncApi\Models\Communication\Request\Base\BaseRequest;
18 16
 
19 17
 /**
Please login to merge, or discard this patch.
src/Famoser/SyncApi/Models/Communication/Response/DeviceEntityResponse.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace Famoser\SyncApi\Models\Communication\Response;
10 10
 
11 11
 
12
-use Famoser\SyncApi\Models\Communication\Entities\CollectionCommunicationEntity;
13 12
 use Famoser\SyncApi\Models\Communication\Entities\DeviceCommunicationEntity;
14 13
 use Famoser\SyncApi\Models\Communication\Response\Base\BaseResponse;
15 14
 
Please login to merge, or discard this patch.