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 49e0a09 commit 342042bCopy full SHA for 342042b
src/DispatcherInterface/DispatcherInterface.php
@@ -21,6 +21,6 @@ public function dispatchTo(HandlerInterface $markdomHandler);
21
/**
22
* @return bool
23
*/
24
- public function isReusable();
+ public function isReusable(): bool;
25
26
}
0 commit comments