Test Failed
Push — master ( a00236...d89694 )
by Webnet
03:31 queued 01:12
created
src/Config/AnnotationConfigFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
             $config[$tableName] = [
54 54
                 'primary_key' => $metadata->identifier,
55 55
                 'fields' => [],
56
-	      ];
56
+            ];
57 57
 
58 58
             if ($classAnnotation->truncate) {
59 59
                 $config[$tableName]['truncate'] = true;
Please login to merge, or discard this patch.