Completed
Push — master ( 891ebd...f30b9c )
by Jonathan
15:26 queued 02:51
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.
src/ReportingCloud.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -377,7 +377,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.