@@ -66,9 +66,9 @@ |
||
66 | 66 | } |
67 | 67 | |
68 | 68 | $betweenValidator = new BetweenValidator([ |
69 | - 'min' => 0, |
|
70 | - 'max' => PHP_INT_MAX, |
|
71 | - 'inclusive' => true |
|
69 | + 'min' => 0, |
|
70 | + 'max' => PHP_INT_MAX, |
|
71 | + 'inclusive' => true |
|
72 | 72 | ]); |
73 | 73 | |
74 | 74 | if (!$betweenValidator->isValid($value)) { |
@@ -377,7 +377,7 @@ |
||
377 | 377 | * @return null|string |
378 | 378 | */ |
379 | 379 | public function mergeDocument($mergeData, $returnFormat, $templateName = null, $templateFilename = null, |
380 | - $append = null, $mergeSettings = []) |
|
380 | + $append = null, $mergeSettings = []) |
|
381 | 381 | { |
382 | 382 | $ret = null; |
383 | 383 |