mirror of
https://github.com/filp/whoops.git
synced 2026-08-31 12:38:10 +00:00
Add types that appendHandler can take
This commit is contained in:
+2
-2
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user