Passed
Pull Request — master (#26)
by butschster
03:01
created
src/Relation/HasMany.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@
 block discarded – undo
92 92
         $table = $registry->getTableSchema($target);
93 93
 
94 94
         if ($this->options->get(self::INDEX_CREATE) && count($outerFields) > 0) {
95
-            $table->index(array_map(function (Field $field) {
95
+            $table->index(array_map(function(Field $field) {
96 96
                 return $field->getColumn();
97 97
             }, $outerFields));
98 98
         }
Please login to merge, or discard this patch.