Completed
Push — master ( 578d3f...fb2c6d )
by brian
02:16
created
src/VersionEngine.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,10 +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\ComparatorVersion;
27
-use ptlis\SemanticVersion\VersionRange\VersionRangeInterface;
28 27
 
29 28
 /**
30 29
  * Simple class to provide version parsing with good defaults.
Please login to merge, or discard this patch.