Add types that appendHandler can take

This commit is contained in:
Izuho Fujiwara
2021-08-06 15:15:14 +09:00
committed by GitHub
parent fdf92f03e1
commit 3684f84feb
+2 -2
View File
@@ -74,7 +74,7 @@ final class Run implements RunInterface
/**
* Explicitly request your handler runs as the last of all currently registered handlers.
*
* @param HandlerInterface $handler
* @param Callable|HandlerInterface $handler
*
* @return Run
*/
@@ -87,7 +87,7 @@ final class Run implements RunInterface
/**
* Explicitly request your handler runs as the first of all currently registered handlers.
*
* @param HandlerInterface $handler
* @param Callable|HandlerInterface $handler
*
* @return Run
*/