Passed
Pull Request — 4.x (#38)
by Jonathon
10:23
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.