Completed
Push — master ( e3a2d5...fb652a )
by Stéphane
13:52
created
src/Entities/Entity.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,9 +6,9 @@
 block discarded – undo
6 6
 use InvalidArgumentException;
7 7
 use Rocket\Entities\Exceptions\EntityNotFoundException;
8 8
 use Rocket\Entities\Exceptions\InvalidFieldTypeException;
9
-use Rocket\Entities\Exceptions\NonExistentFieldException;
10 9
 use Rocket\Entities\Exceptions\NoPublishedRevisionForLanguageException;
11 10
 use Rocket\Entities\Exceptions\NoRevisionForLanguageException;
11
+use Rocket\Entities\Exceptions\NonExistentFieldException;
12 12
 use Rocket\Entities\Exceptions\ReservedFieldNameException;
13 13
 
14 14
 /**
Please login to merge, or discard this patch.