Completed
Push — master ( a3d1cc...7a2133 )
by Thibaud
10:40
created
src/PhraseanetSDK/Entity/Query.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 namespace PhraseanetSDK\Entity;
13 13
 
14 14
 use Doctrine\Common\Collections\ArrayCollection;
15
-use PhraseanetSDK\Annotation\ApiField as ApiField;
16
-use PhraseanetSDK\Annotation\ApiRelation as ApiRelation;
17 15
 use PhraseanetSDK\EntityManager;
18 16
 
19 17
 class Query
Please login to merge, or discard this patch.
src/PhraseanetSDK/Entity/Story.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,6 @@
 block discarded – undo
12 12
 namespace PhraseanetSDK\Entity;
13 13
 
14 14
 use Doctrine\Common\Collections\ArrayCollection;
15
-use PhraseanetSDK\Annotation\ApiField as ApiField;
16
-use PhraseanetSDK\Annotation\ApiRelation as ApiRelation;
17 15
 use PhraseanetSDK\EntityManager;
18 16
 
19 17
 class Story
Please login to merge, or discard this patch.
src/PhraseanetSDK/Repository/Basket.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use PhraseanetSDK\Exception\RuntimeException;
15 15
 use Doctrine\Common\Collections\ArrayCollection;
16
-use PhraseanetSDK\EntityHydrator;
17 16
 
18 17
 class Basket extends AbstractRepository
19 18
 {
Please login to merge, or discard this patch.
src/PhraseanetSDK/Repository/BasketElement.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use PhraseanetSDK\Exception\RuntimeException;
15 15
 use Doctrine\Common\Collections\ArrayCollection;
16
-use PhraseanetSDK\EntityHydrator;
17 16
 
18 17
 class BasketElement extends AbstractRepository
19 18
 {
Please login to merge, or discard this patch.
src/PhraseanetSDK/Repository/Databox.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use PhraseanetSDK\Exception\RuntimeException;
15 15
 use Doctrine\Common\Collections\ArrayCollection;
16
-use PhraseanetSDK\EntityHydrator;
17 16
 
18 17
 class Databox extends AbstractRepository
19 18
 {
Please login to merge, or discard this patch.
src/PhraseanetSDK/Repository/DataboxCollection.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use PhraseanetSDK\Exception\RuntimeException;
15 15
 use Doctrine\Common\Collections\ArrayCollection;
16
-use PhraseanetSDK\EntityHydrator;
17 16
 
18 17
 class DataboxCollection extends AbstractRepository
19 18
 {
Please login to merge, or discard this patch.
src/PhraseanetSDK/Repository/DataboxDocumentStructure.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use PhraseanetSDK\Exception\RuntimeException;
15 15
 use Doctrine\Common\Collections\ArrayCollection;
16
-use PhraseanetSDK\EntityHydrator;
17 16
 
18 17
 class DataboxDocumentStructure extends AbstractRepository
19 18
 {
Please login to merge, or discard this patch.
src/PhraseanetSDK/Repository/DataboxStatus.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use PhraseanetSDK\Exception\RuntimeException;
15 15
 use Doctrine\Common\Collections\ArrayCollection;
16
-use PhraseanetSDK\EntityHydrator;
17 16
 
18 17
 class DataboxStatus extends AbstractRepository
19 18
 {
Please login to merge, or discard this patch.
src/PhraseanetSDK/Repository/DataboxTermsOfUse.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 use PhraseanetSDK\Exception\RuntimeException;
15 15
 use Doctrine\Common\Collections\ArrayCollection;
16
-use PhraseanetSDK\EntityHydrator;
17 16
 
18 17
 class DataboxTermsOfUse extends AbstractRepository
19 18
 {
Please login to merge, or discard this patch.