summaryrefslogtreecommitdiff
path: root/Zend/tests/ns_074.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/ns_074.phpt')
-rw-r--r--Zend/tests/ns_074.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/ns_074.phpt b/Zend/tests/ns_074.phpt
index 28d8bf96b6..9fd8699aec 100644
--- a/Zend/tests/ns_074.phpt
+++ b/Zend/tests/ns_074.phpt
@@ -5,8 +5,8 @@ Testing type-hinted lambda parameter inside namespace
namespace foo;
-$x = function (\stdclass $x = NULL) {
- var_dump($x);
+$x = function (\stdclass $x = NULL) {
+ var_dump($x);
};
class stdclass extends \stdclass { }