Passed
Push — master ( 633cc1...d1af28 )
by Andrey
04:35
created
src/Models/ScanSheet.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,11 +52,11 @@
 block discarded – undo
52 52
         $this->methodProperties['DocumentRefs'] = array_values(/** @scrutinizer ignore-type */ $DocumentRefs);
53 53
 
54 54
         if ($Ref) {
55
-          $this->methodProperties['Ref'] = $Ref;
55
+            $this->methodProperties['Ref'] = $Ref;
56 56
         }
57 57
 
58 58
         if ($Date) {
59
-          $this->methodProperties['Date'] = checkDate($Date);
59
+            $this->methodProperties['Date'] = checkDate($Date);
60 60
         }
61 61
 
62 62
         return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties, true);
Please login to merge, or discard this patch.