@@ -36,7 +36,7 @@ |
||
| 36 | 36 | */ |
| 37 | 37 | public function __construct(int $bytes = PHP_INT_SIZE, bool $forceStrong = true) |
| 38 | 38 | { |
| 39 | - if($bytes < 1) { |
|
| 39 | + if ($bytes < 1) { |
|
| 40 | 40 | throw new OutOfRangeException('The length of the desired string of bytes. Must be a positive integer.'); |
| 41 | 41 | } |
| 42 | 42 | |