Completed
Push — master ( eb64f7...67e2e1 )
by brian
02:02
created
src/VersionEngine.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,9 +21,9 @@
 block discarded – undo
21 21
 use ptlis\SemanticVersion\Parse\VersionParser;
22 22
 use ptlis\SemanticVersion\Parse\VersionRangeParser;
23 23
 use ptlis\SemanticVersion\Parse\VersionTokenizer;
24
+use ptlis\SemanticVersion\VersionRange\VersionRangeInterface;
24 25
 use ptlis\SemanticVersion\Version\Label\LabelBuilder;
25 26
 use ptlis\SemanticVersion\Version\VersionInterface;
26
-use ptlis\SemanticVersion\VersionRange\VersionRangeInterface;
27 27
 
28 28
 /**
29 29
  * Simple class to provide version parsing with good defaults.
Please login to merge, or discard this patch.
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.