Skip to content

Commit 49e0a09

Browse files
author
Martin Brecht-Precht
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/DispatcherInterface/DispatcherInterface.php
2 parents a914e8e + 9d71b62 commit 49e0a09

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

src/DispatcherInterface/DispatcherInterface.php

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,14 @@ interface DispatcherInterface
1313
{
1414

1515
/**
16-
* Parser constructor.
17-
*
1816
* @param HandlerInterface $markdomHandler
17+
* @return mixed
1918
*/
20-
public function __construct(HandlerInterface $markdomHandler);
19+
public function dispatchTo(HandlerInterface $markdomHandler);
2120

2221
/**
2322
* @return bool
2423
*/
25-
public function getDispatchCommentBlocks():bool ;
26-
27-
/**
28-
* @param bool $dispatchCommentBlocks
29-
* @return $this
30-
*/
31-
public function setDispatchCommentBlocks(bool $dispatchCommentBlocks);
32-
33-
/**
34-
* @param mixed $source
35-
* @return $this
36-
*/
37-
public function process($source);
24+
public function isReusable();
3825

3926
}

0 commit comments

Comments
 (0)