Completed
Push — master ( 154dba...32a724 )
by Magnar Ovedal
23:37 queued 08:43
created
src/Rule/NoChangeInIntervalRule.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 
47 47
         $this->constraints[] = new DateConstraint($start, $end, $weight);
48 48
 
49
-        StableSort::usort($this->constraints, static function (DateConstraint $a, DateConstraint $b): int {
49
+        StableSort::usort($this->constraints, static function(DateConstraint $a, DateConstraint $b): int {
50 50
             return $b->getWeight() <=> $a->getWeight();
51 51
         });
52 52
 
Please login to merge, or discard this patch.