Completed
Push — 4.x ( e77f73...4b0564 )
by Hari
18s queued 12s
created
src/ToArrayTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
     public function toArray(): array
10 10
     {
11 11
         return array_map(
12
-            function ($entity)
12
+            function($entity)
13 13
             {
14 14
                 if ($entity instanceof GenericLazy) {
15 15
                     $entity = $entity->get($this);
Please login to merge, or discard this patch.