Merge pull request #757 from AmraniCh/mastert

Added documentation for addFrameFilter method
This commit is contained in:
Denis Sokolov
2023-05-07 21:31:10 +02:00
committed by GitHub
+4
View File
@@ -99,6 +99,10 @@ Run::handleError(int $level, string $message, string $file = null, int $line = n
// through the current stack:
Run::handleShutdown()
#=> null
// adds a new frame filter callback to the frame filters stack
Run::addFrameFilter()
#=> Whoops\Run
```
## <a name="handler-abstract"></a> `Whoops\Handler\Handler` & `Whoops\Handler\HandlerInterface`