Passed
Pull Request — master (#86)
by Michael
02:58
created
src/Git/PickLastMinorVersionFromCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -40,7 +40,7 @@
 block discarded – undo
40 40
             new ComparisonConstraint(ComparisonConstraint::OPERATOR_LTE, $lastVersion),
41 41
             new ComparisonConstraint(
42 42
                 ComparisonConstraint::OPERATOR_GTE,
43
-                Version::fromString($lastVersion->getMajor() . '.' . $lastVersion->getMinor() . '.0')
43
+                Version::fromString($lastVersion->getMajor().'.'.$lastVersion->getMinor().'.0')
44 44
             )
45 45
         ));
46 46
 
Please login to merge, or discard this patch.