diff options
| -rwxr-xr-x | ext/reflection/tests/bug29828.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/bug29828.phpt b/ext/reflection/tests/bug29828.phpt index 69b627079f..b82be39f98 100755 --- a/ext/reflection/tests/bug29828.phpt +++ b/ext/reflection/tests/bug29828.phpt @@ -8,7 +8,7 @@ interface Bla function bla(); } -class BlaMore extends Bla +class BlaMore implements Bla { function bla() { |
