Skip to content

Commit

Permalink
Issue #34: Make method abstract.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Oct 5, 2017
1 parent 0b8b6f0 commit 878f4f3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Messages/Components/AbstractComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,5 @@ public function fromXml($xml)
*
* @return \EC\Poetry\Messages\MessageInterface|\EC\Poetry\Messages\ComponentInterface
*/
protected function parseXml($xml)
{
return $this;
}
abstract protected function parseXml($xml);
}

0 comments on commit 878f4f3

Please sign in to comment.