Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit aad1d6e

Browse files
committed
Fixed white space issue
1 parent ba11a78 commit aad1d6e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Validator/Timestamp.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ public function isValid($value)
6666
}
6767

6868
$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
7272
]);
7373

7474
if (!$betweenValidator->isValid($value)) {

0 commit comments

Comments
 (0)