Passed
Push — master ( 702f73...7013df )
by Gordon
02:35
created
tests/Model/SluggestTestObject.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
     private static $table_name = 'Test_SluggableObject';
14 14
 
15 15
     private static $db= [
16
-      'DisplayName' => 'Varchar'
16
+        'DisplayName' => 'Varchar'
17 17
     ];
18 18
 
19 19
     private static $extensions = [
Please login to merge, or discard this patch.