Passed
Push — main ( c4da6c...8934d5 )
by Breno
02:07
created
src/Rules/Comparison/NumberBetween.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,8 +12,8 @@
 block discarded – undo
12 12
     const MESSAGE = 'The value should be between `%s` and `%s` (%s including the boundaries)';
13 13
 
14 14
     public function __construct(
15
-        private int|float $min,
16
-        private int|float $max,
15
+        private int | float $min,
16
+        private int | float $max,
17 17
         private $boundaries = true,
18 18
         ?string $message = null
19 19
     ) {
Please login to merge, or discard this patch.