Completed
Push — master ( 9f0bc4...399b3a )
by Mark
02:37
created
_test/syntax_include_deep.test.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,11 +52,11 @@
 block discarded – undo
52 52
 
53 53
         $verbose = false;
54 54
         $force = false;
55
-        foreach($data as $val) {
55
+        foreach ($data as $val) {
56 56
             idx_addPage($val['id'], $verbose, $force);
57 57
         }
58 58
 
59
-        if($conf['allowdebug']) {
59
+        if ($conf['allowdebug']) {
60 60
             touch(DOKU_TMP_DATA.'cache/debug.log');
61 61
         }
62 62
     }
Please login to merge, or discard this patch.
_test/syntax_include.test.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,11 +52,11 @@
 block discarded – undo
52 52
 
53 53
         $verbose = false;
54 54
         $force = false;
55
-        foreach($data as $val) {
55
+        foreach ($data as $val) {
56 56
             idx_addPage($val['id'], $verbose, $force);
57 57
         }
58 58
 
59
-        if($conf['allowdebug']) {
59
+        if ($conf['allowdebug']) {
60 60
             touch(DOKU_TMP_DATA.'cache/debug.log');
61 61
         }
62 62
     }
Please login to merge, or discard this patch.
_test/syntax_exclude.test.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,11 +52,11 @@
 block discarded – undo
52 52
 
53 53
         $verbose = false;
54 54
         $force = false;
55
-        foreach($data as $val) {
55
+        foreach ($data as $val) {
56 56
             idx_addPage($val['id'], $verbose, $force);
57 57
         }
58 58
 
59
-        if($conf['allowdebug']) {
59
+        if ($conf['allowdebug']) {
60 60
             touch(DOKU_TMP_DATA.'cache/debug.log');
61 61
         }
62 62
     }
Please login to merge, or discard this patch.