summaryrefslogtreecommitdiff
path: root/Zend/tests/argument_restriction_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/argument_restriction_003.phpt')
-rw-r--r--Zend/tests/argument_restriction_003.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/argument_restriction_003.phpt b/Zend/tests/argument_restriction_003.phpt
index 6979810e37..c24e0ba852 100644
--- a/Zend/tests/argument_restriction_003.phpt
+++ b/Zend/tests/argument_restriction_003.phpt
@@ -7,12 +7,12 @@ class Foo {
Abstract Class Base {
public function test(Foo $foo, array $bar, $option = NULL, $extra = "lllllllllllllllllllllllllllllllllllllllllllllllllll") {
- }
+ }
}
class Sub extends Base {
public function test() {
- }
+ }
}
?>
--EXPECTF--