diff options
Diffstat (limited to 'Zend/tests/bug54358.phpt')
-rw-r--r-- | Zend/tests/bug54358.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug54358.phpt b/Zend/tests/bug54358.phpt index faeeeacc55..28d8edb4fd 100644 --- a/Zend/tests/bug54358.phpt +++ b/Zend/tests/bug54358.phpt @@ -3,8 +3,8 @@ Bug #54358 (Closure, use and reference) --FILE-- <?php class asserter { - public function call($function) { - } + public function call($function) { + } } $asserter = new asserter(); |