Completed
Push — master ( b0e701...f9d64c )
by brian
02:12
created
src/Parse/RangeMatcher/HyphenatedRangeParser.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,10 +14,10 @@
 block discarded – undo
14 14
 use ptlis\SemanticVersion\Comparator\ComparatorInterface;
15 15
 use ptlis\SemanticVersion\Parse\Token;
16 16
 use ptlis\SemanticVersion\Parse\VersionParser;
17
-use ptlis\SemanticVersion\Version\Version;
18 17
 use ptlis\SemanticVersion\VersionRange\ComparatorVersion;
19 18
 use ptlis\SemanticVersion\VersionRange\LogicalAnd;
20 19
 use ptlis\SemanticVersion\VersionRange\VersionRangeInterface;
20
+use ptlis\SemanticVersion\Version\Version;
21 21
 
22 22
 /**
23 23
  * Parser for hyphenated ranges.
Please login to merge, or discard this patch.