Passed
Pull Request — master (#26)
by butschster
02:38
created
src/Definition/Map/FieldMap.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      */
46 46
     public function getColumnNames(): array
47 47
     {
48
-        return array_values(array_map(static function (Field $field) {
48
+        return array_values(array_map(static function(Field $field) {
49 49
             return $field->getColumn();
50 50
         }, $this->fields));
51 51
     }
Please login to merge, or discard this patch.