Passed
Push — master ( 446665...cd7cee )
by Gordon
02:03
created
tests/Model/SluggestTestObject.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 {
13 13
     private static $table_name = 'Test_SluggableObject';
14 14
 
15
-    private static $db= [
15
+    private static $db = [
16 16
       'DisplayName' => 'Varchar'
17 17
     ];
18 18
 
Please login to merge, or discard this patch.