Completed
Push — master ( 6b7849...00594a )
by Russell
02:09
created
code/extensions/JSONTextExtension.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
      * 
56 56
      * @return null
57 57
      */
58
-	public function onBeforeWrite()
58
+    public function onBeforeWrite()
59 59
     {
60 60
         parent::onBeforeWrite();
61 61
         
Please login to merge, or discard this patch.
tests/JSONTextExtensionTest.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -18,9 +18,9 @@
 block discarded – undo
18 18
      * 
19 19
      * @var array
20 20
      */
21
-	protected $extraDataObjects = [
22
-		'JSONTextTestPage',
23
-	];
21
+    protected $extraDataObjects = [
22
+        'JSONTextTestPage',
23
+    ];
24 24
     
25 25
     /**
26 26
      * Is an exception thrown when no POSTed vars are available for
Please login to merge, or discard this patch.