summaryrefslogtreecommitdiff
path: root/tests/test_simple/code.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_simple/code.php')
-rw-r--r--tests/test_simple/code.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_simple/code.php b/tests/test_simple/code.php
index e68faac..2712e2b 100644
--- a/tests/test_simple/code.php
+++ b/tests/test_simple/code.php
@@ -1,5 +1,6 @@
<?php
-function test_func($ste) {
+function test_func($ste)
+{
$ste->vars["foo"] = "World";
}