Test Failed
Pull Request — master (#3)
by
unknown
05:32 queued 02:06
created
src/Config/AnnotationConfigFactory.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -54,12 +54,12 @@
 block discarded – undo
54 54
             $config[$tableName] = [
55 55
                 'primary_key' => $metadata->identifier,
56 56
                 'fields' => [],
57
-	    ];
57
+        ];
58 58
 
59
-	    if ($classAnnotation->truncate) {
59
+        if ($classAnnotation->truncate) {
60 60
                 $config[$tableName]['truncate'] = true;
61
-		continue;
62
-	    }
61
+        continue;
62
+        }
63 63
 
64 64
             foreach ($metadata->fieldMappings as $fieldName => $fieldMapping) {
65 65
                 if (in_array($fieldName, $metadata->identifier)) {
Please login to merge, or discard this patch.