Completed
Push — master ( 466a9e...bcfc3c )
by Marcos
02:56
created
src/Hasher/DateTimeHasher.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,10 +11,10 @@
 block discarded – undo
11 11
 
12 12
 namespace PhpCommon\Comparison\Hasher;
13 13
 
14
+use DateTimeInterface as DateTime;
14 15
 use PhpCommon\Comparison\Equatable;
15 16
 use PhpCommon\Comparison\Hasher;
16 17
 use PhpCommon\Comparison\UnexpectedTypeException;
17
-use DateTimeInterface as DateTime;
18 18
 
19 19
 /**
20 20
  * An equivalence relation to determine whether two instances of
Please login to merge, or discard this patch.