summaryrefslogtreecommitdiff
path: root/Zend/tests/magic_methods_016.phpt
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-18 14:28:32 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-18 14:28:32 +0200
commitc5401854fcea27ff9aabfd0682ff4d81bbb3c888 (patch)
treef6b8e94b80d682da470133f0771fa83182d2226e /Zend/tests/magic_methods_016.phpt
parentbfceb710becab71d7d561d64667be4c9668b6a9c (diff)
downloadphp-git-c5401854fcea27ff9aabfd0682ff4d81bbb3c888.tar.gz
Run tidy
This should fix most of the remaining issues with tabs and spaces being mixed in tests.
Diffstat (limited to 'Zend/tests/magic_methods_016.phpt')
-rw-r--r--Zend/tests/magic_methods_016.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/magic_methods_016.phpt b/Zend/tests/magic_methods_016.phpt
index a0ac45e42a..c456afa127 100644
--- a/Zend/tests/magic_methods_016.phpt
+++ b/Zend/tests/magic_methods_016.phpt
@@ -3,7 +3,7 @@ __call second parameter should be an array when typed
--FILE--
<?php
class Foo {
- function __call(string $name, \Arguments $arguments) {}
+ function __call(string $name, \Arguments $arguments) {}
}
?>
--EXPECTF--