added documentation for addFrameFilter method

This commit is contained in:
Shakir El Amrani
2023-05-07 11:58:53 +01:00
committed by GitHub
parent 76c1a314f8
commit 4aa18d9a02
+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`