Passed
Pull Request — master (#26)
by Aleksei
02:07
created
src/Relation/Traits/MorphTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
 
101 101
         if ($this->options->get(self::INDEX_CREATE)) {
102 102
             $index = array_merge(array_map(
103
-                static function (FieldMap $map): array {
103
+                static function(FieldMap $map): array {
104 104
                     return $map->getColumnNames();
105 105
                 },
106 106
                 $mergeMaps
Please login to merge, or discard this patch.