Completed
Pull Request — master (#936)
by Martin
03:23
created
luyacheck.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 $tests = [
3
-	"in_array('mod_rewrite', apache_get_modules());",
4
-	"ini_get('short_open_tag');",
5
-	"ini_get('error_reporting');",
6
-	"phpversion()",
7
-	"php_ini_loaded_file()",
3
+    "in_array('mod_rewrite', apache_get_modules());",
4
+    "ini_get('short_open_tag');",
5
+    "ini_get('error_reporting');",
6
+    "phpversion()",
7
+    "php_ini_loaded_file()",
8 8
 ];
9 9
 foreach ($tests as $i => $test) {
10 10
     $result = eval('return ' . $test . ';');
Please login to merge, or discard this patch.