We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95288e0 commit c2f52deCopy full SHA for c2f52de
composer.json
@@ -23,6 +23,6 @@
23
},
24
"require": {
25
"php": ">=5.3",
26
- "markdom/handler-interface": "^1.0.3"
+ "markdom/handler-interface": "^1.0.10"
27
}
28
src/Block/DocumentInterface.php
@@ -2,14 +2,15 @@
2
3
namespace Markdom\ModelInterface\Block;
4
5
+use Markdom\DispatcherInterface\DispatcherInterface;
6
use Markdom\HandlerInterface\HandlerInterface;
7
8
/**
9
* Interface DocumentInterface
10
*
11
* @package Markdom\ModelInterface\Block
12
*/
-interface DocumentInterface extends BlockParentInterface
13
+interface DocumentInterface extends BlockParentInterface, DispatcherInterface
14
{
15
16
0 commit comments