Consider the following PHP interfaces:
interface Item { // some methods here } interface SuperItem extends Item { // some extra methods here, not define
You cannot change the methods arguments.
http://php.net/manual/en/language.oop5.interfaces.php