Passed
Pull Request — master (#388)
by
unknown
02:00
created
src/Picqer/Financials/Exact/Query/Resultset.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         $class = $this->class;
82 82
 
83 83
         foreach ($result as $r) {
84
-           yield new $class($this->connection, $r);
84
+            yield new $class($this->connection, $r);
85 85
         }
86 86
     }
87 87
 }
Please login to merge, or discard this patch.