Test Failed
Push — master ( 132026...2efe6d )
by Russell
12:08
created
src/Model/StaticSiteContentSourceImportSchema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
44 44
         "Order" => DBInt::class,
45 45
         "AppliesTo" => DBVarchar::class,
46 46
         "MimeTypes" => DBText::class,
47
-        "Notes" => DBText::class,   // Purely informational. Not used in imports.
47
+        "Notes" => DBText::class, // Purely informational. Not used in imports.
48 48
     ];
49 49
 
50 50
     /**
Please login to merge, or discard this patch.