Completed
Pull Request — 4.0 (#4)
by
unknown
05:51
created
src/Mappers/ArrayMapper.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
     {
52 52
         $data = [];
53 53
         foreach ($this->dataSource->getData() as $row) {
54
-            foreach ($this->matchers as $picker){
54
+            foreach ($this->matchers as $picker) {
55 55
                 if (!($return = $picker->pick(new Row($row)))) {
56 56
                     continue;
57 57
                 }
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
      */
67 67
     public function setParameters(array $params)
68 68
     {
69
-        if(empty($this->params)) {
69
+        if (empty($this->params)) {
70 70
             $this->params = $params;
71 71
         }
72 72
         $this->dataSource->setParameters($this->params);
Please login to merge, or discard this patch.