Passed
Push — main ( 577c50...0a0e8d )
by Breno
01:38
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 inclusive)';
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.