Hi 2011/9/23 Ferenc Kovacs <tyr...@gmail.com>: > A little bit off-topic, but maybe we could also discuss/fix this: > https://bugs.php.net/bug.php?id=43200 > http://groups.google.com/group/symfony-devs/browse_thread/thread/3fc16ba601045551
I don't see the bug in that matter, because the interface defines the prototype of methods that classes who inherit must implement. Abstract classes who implement the interface but not all the methods don't need to say to the child class that the method must be implemented twice, as the implementation requirement is inherited in the child class since its parent is abstract. Sure the warning could go away if both the interface and abstract class signatures match, but that would seem inconsistent to me. -- regards, Kalle Sommer Nielsen ka...@php.net -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php