Skip to content

Commit 8ff5e77

Browse files
committed
Fix ext/zend_test/tests/attribute_arguments.phpt
1 parent f58c9d5 commit 8ff5e77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/zend_test/tests/attribute_arguments.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ var_dump($attribute->getArguments());
2626
var_dump($attribute->newInstance());
2727

2828
$reflection = new ReflectionMethod("ZendTestChildClassWithMethodWithParameterAttribute", "override");
29-
var_dump($reflection->getParameters()[0]);
3029
$attribute = $reflection->getParameters()[0]->getAttributes()[0];
3130
var_dump($attribute->getArguments());
3231
var_dump($attribute->newInstance());

0 commit comments

Comments
 (0)