summaryrefslogtreecommitdiff
path: root/tests/test_recursive/code.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_recursive/code.php')
-rw-r--r--tests/test_recursive/code.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_recursive/code.php b/tests/test_recursive/code.php
index d897479..96b967b 100644
--- a/tests/test_recursive/code.php
+++ b/tests/test_recursive/code.php
@@ -1,5 +1,6 @@
<?php
-function test_func($ste) {
+function test_func($ste)
+{
$ste->mute_runtime_errors = false;
}