@@ -12,8 +12,8 @@ |
||
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 | ) { |