diff options
Diffstat (limited to 'Zend/tests/bug71428.1.phpt')
-rw-r--r-- | Zend/tests/bug71428.1.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Zend/tests/bug71428.1.phpt b/Zend/tests/bug71428.1.phpt index e4d3a22f67..2e9a52d3d0 100644 --- a/Zend/tests/bug71428.1.phpt +++ b/Zend/tests/bug71428.1.phpt @@ -10,4 +10,3 @@ class B extends A { } --EXPECTF-- Warning: Declaration of B::m(array $a = Array) should be compatible with A::m(?array $a = NULL) in %sbug71428.1.php on line 7 - |