summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_017.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/magic_methods_017.phpt')
-rw-r--r--Zend/tests/magic_methods_017.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_017.phpt b/Zend/tests/magic_methods_017.phpt
index 9afb089f31..0ce6227123 100644
--- a/Zend/tests/magic_methods_017.phpt
+++ b/Zend/tests/magic_methods_017.phpt
@@ -3,7 +3,7 @@ __callStatic first parameter should be a string typed
--FILE--
<?php
class Foo {
- static function __callStatic(int $name, array $arguments) {}
+ static function __callStatic(int $name, array $arguments) {}
}
?>
--EXPECTF--