Closed aik099 closed 10 years ago
We need to validate that method name after parent:: indeed matches the current method name.
parent::
function nameOne() { parent::nameTwo(); ... }
We need to validate that method name after
parent::
indeed matches the current method name.