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