Passed
Push — master ( 6656d8...cc83e8 )
by Magnar Ovedal
03:21
created
src/Rule/ChangeDate.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
     {
41 41
         $this->constraints[] = new DateConstraint($min, $max, $weight);
42 42
 
43
-        StableSort::usort($this->constraints, static function (DateConstraint $a, DateConstraint $b): int {
43
+        StableSort::usort($this->constraints, static function(DateConstraint $a, DateConstraint $b): int {
44 44
             return $b->getWeight() <=> $a->getWeight();
45 45
         });
46 46
 
Please login to merge, or discard this patch.