Skip to content

Commit

Permalink
Removed unneeded method from the DocumentInterface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Brecht-Precht committed Sep 14, 2016
1 parent c2f52de commit 0062347
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Block/DocumentInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Markdom\ModelInterface\Block;

use Markdom\DispatcherInterface\DispatcherInterface;
use Markdom\HandlerInterface\HandlerInterface;

/**
* Interface DocumentInterface
Expand All @@ -13,10 +12,4 @@
interface DocumentInterface extends BlockParentInterface, DispatcherInterface
{

/**
* @param HandlerInterface $markdomHandler
* @return void
*/
public function handle(HandlerInterface $markdomHandler);

}

0 comments on commit 0062347

Please sign in to comment.