Test Failed
Push — main ( 703d27...a17396 )
by Rafael
05:39
created
src/Database/Schema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -178,7 +178,7 @@
 block discarded – undo
178 178
 
179 179
     private static function yamlFieldAnyToSchema(string $genericType, array $data): array
180 180
     {
181
-        $types=DB::$helper::getDataTypes();
181
+        $types = DB::$helper::getDataTypes();
182 182
         $type = $types[$genericType];
183 183
         $result = [];
184 184
         $result['generictype'] = $genericType;
Please login to merge, or discard this patch.