Passed
Pull Request — master (#2)
by Gordon
04:44
created
tests/Model/SluggestTestObject.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     private static $table_name = 'Test_SluggableObject';
12 12
 
13 13
     private static $db= [
14
-      'DisplayName' => 'Varchar',
14
+        'DisplayName' => 'Varchar',
15 15
     ];
16 16
 
17 17
     private static $extensions = [
Please login to merge, or discard this patch.