Completed
Push — master ( c23566...f5c339 )
by Jonathan
03:12
created
src/Validator/Timestamp.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -66,9 +66,9 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.