diff options
Diffstat (limited to 'ext/reflection/tests/bug72661.phpt')
-rw-r--r-- | ext/reflection/tests/bug72661.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug72661.phpt b/ext/reflection/tests/bug72661.phpt index 40d14922b8..b1cb764beb 100644 --- a/ext/reflection/tests/bug72661.phpt +++ b/ext/reflection/tests/bug72661.phpt @@ -2,7 +2,7 @@ Bug #72661 (ReflectionType::__toString crashes with iterable) --FILE-- <?php -function test(iterable $arg) { } +function test(iterable $arg) { } var_dump((string)(new ReflectionParameter("test", 0))->getType()); ?> |