Completed
Push — master ( ab6445...ad7ac0 )
by Oscar
01:18
created
src/RowCollection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@  discard block
 block discarded – undo
1 1
 <?php
2
-declare(strict_types = 1);
2
+declare(strict_types=1);
3 3
 
4 4
 namespace SimpleCrud;
5 5
 
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
             return $this->rows;
320 320
         }
321 321
 
322
-        return array_map(function ($row) {
322
+        return array_map(function($row) {
323 323
             return $row->toArray();
324 324
         }, $this->rows);
325 325
     }
Please login to merge, or discard this patch.