@@ -11,10 +11,10 @@ |
||
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 |