summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_012.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/magic_methods_012.phpt')
-rw-r--r--Zend/tests/magic_methods_012.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_012.phpt b/Zend/tests/magic_methods_012.phpt
index 4ac3952c4d..450c7b2295 100644
--- a/Zend/tests/magic_methods_012.phpt
+++ b/Zend/tests/magic_methods_012.phpt
@@ -3,7 +3,7 @@ __get first parameter should be a string when typed
--FILE--
<?php
class Foo {
- function __get(int $name) {}
+ function __get(int $name) {}
}
?>
--EXPECTF--