@@ -42,7 +42,7 @@ |
||
| 42 | 42 | { |
| 43 | 43 | $this->constraints[] = new DateIntervalConstraint($min, $max, $weight); |
| 44 | 44 | |
| 45 | - StableSort::usort($this->constraints, static function ( |
|
| 45 | + StableSort::usort($this->constraints, static function( |
|
| 46 | 46 | DateIntervalConstraint $a, |
| 47 | 47 | DateIntervalConstraint $b |
| 48 | 48 | ): int { |