Skip to content

Commit 342042b

Browse files
author
Martin Brecht-Precht
committed
Language level migration.
1 parent 49e0a09 commit 342042b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DispatcherInterface/DispatcherInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ public function dispatchTo(HandlerInterface $markdomHandler);
2121
/**
2222
* @return bool
2323
*/
24-
public function isReusable();
24+
public function isReusable(): bool;
2525

2626
}

0 commit comments

Comments
 (0)