Completed
Pull Request — master (#82)
by
unknown
09:27
created
src/PhraseanetSDK/Entity/Record.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 namespace PhraseanetSDK\Entity;
13 13
 
14 14
 use DateTime;
15
-use DateTimeInterface;
16 15
 use Doctrine\Common\Collections\ArrayCollection;
17 16
 use Exception;
18 17
 use stdClass;
Please login to merge, or discard this patch.
src/PhraseanetSDK/Repository/Entry.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,6 @@
 block discarded – undo
16 16
 use PhraseanetSDK\Exception\NotFoundException;
17 17
 use PhraseanetSDK\Exception\RuntimeException;
18 18
 use Doctrine\Common\Collections\ArrayCollection;
19
-use PhraseanetSDK\EntityHydrator;
20 19
 use PhraseanetSDK\Exception\TokenExpiredException;
21 20
 use PhraseanetSDK\Exception\UnauthorizedException;
22 21
 
Please login to merge, or discard this patch.
src/PhraseanetSDK/Repository/Quarantine.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 PhraseanetSDK\Exception\NotFoundException;
16 16
 use PhraseanetSDK\Exception\RuntimeException;
17 17
 use Doctrine\Common\Collections\ArrayCollection;
18
-use PhraseanetSDK\EntityHydrator;
19 18
 use PhraseanetSDK\Exception\TokenExpiredException;
20 19
 use PhraseanetSDK\Exception\UnauthorizedException;
21 20
 use PhraseanetSDK\Entity\Quarantine as QuarantineEntity;
Please login to merge, or discard this patch.