Passed
Push — master ( f10e44...7dce08 )
by Anton
01:36
created
src/Annotation/Relation/Relation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
                 'inverse' => Inverse::class
64 64
             ];
65 65
 
66
-        array_walk_recursive($schema, function (&$v) {
66
+        array_walk_recursive($schema, function(&$v) {
67 67
             if (is_string($v) && class_exists($v)) {
68 68
                 $v = new $v;
69 69
             }
Please login to merge, or discard this patch.