summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_018.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/magic_methods_018.phpt')
-rw-r--r--Zend/tests/magic_methods_018.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_018.phpt b/Zend/tests/magic_methods_018.phpt
index faddd3cca1..914a889808 100644
--- a/Zend/tests/magic_methods_018.phpt
+++ b/Zend/tests/magic_methods_018.phpt
@@ -3,7 +3,7 @@ __callStatic second parameter should be an array typed
--FILE--
<?php
class Foo {
- static function __callStatic(string $name, \Arguments $args) {}
+ static function __callStatic(string $name, \Arguments $args) {}
}
?>
--EXPECTF--