summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_011.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/magic_methods_011.phpt')
-rw-r--r--Zend/tests/magic_methods_011.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_011.phpt b/Zend/tests/magic_methods_011.phpt
index 5ce536ae40..7cd4d4bee1 100644
--- a/Zend/tests/magic_methods_011.phpt
+++ b/Zend/tests/magic_methods_011.phpt
@@ -3,7 +3,7 @@ __set first parameter should be a string when typed
--FILE--
<?php
class Foo {
- function __set(\Countable $name, $value) {}
+ function __set(\Countable $name, $value) {}
}
?>
--EXPECTF--