Completed
Push — master ( afd60e...0cfe13 )
by Philip
02:44
created
src/CRUDlex/MySQLData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -376,7 +376,7 @@
 block discarded – undo
376 376
      */
377 377
     protected function enrichWithMany(array $rows) {
378 378
         $manyFields = $this->getManyFields();
379
-        $idToData    = [];
379
+        $idToData = [];
380 380
         foreach ($rows as $row) {
381 381
             $idToData[$row['id']] = $row;
382 382
         }
Please login to merge, or discard this patch.