Completed
Branch master (4141c5)
by Andrew
04:12
created
scope/index.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,5 +5,5 @@
 block discarded – undo
5 5
  */
6 6
 
7 7
 $data = array(
8
-	'bar' => 'foo'
8
+    'bar' => 'foo'
9 9
 );
Please login to merge, or discard this patch.
scope/common.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,5 +5,5 @@
 block discarded – undo
5 5
  */
6 6
 
7 7
 $data = array(
8
-	'foo' => 'bar'
8
+    'foo' => 'bar'
9 9
 );
10 10
\ No newline at end of file
Please login to merge, or discard this patch.