Aggiornato Composer
This commit is contained in:
18
vendor/filp/whoops/src/Whoops/RunInterface.php
vendored
18
vendor/filp/whoops/src/Whoops/RunInterface.php
vendored
@@ -49,6 +49,16 @@ interface RunInterface
|
||||
*/
|
||||
public function clearHandlers();
|
||||
|
||||
/**
|
||||
* @return array<callable>
|
||||
*/
|
||||
public function getFrameFilters();
|
||||
|
||||
/**
|
||||
* @return Run
|
||||
*/
|
||||
public function clearFrameFilters();
|
||||
|
||||
/**
|
||||
* Registers this instance as an error handler.
|
||||
*
|
||||
@@ -137,4 +147,12 @@ interface RunInterface
|
||||
* Special case to deal with Fatal errors and the like.
|
||||
*/
|
||||
public function handleShutdown();
|
||||
|
||||
/**
|
||||
* Registers a filter callback in the frame filters stack.
|
||||
*
|
||||
* @param callable $filterCallback
|
||||
* @return \Whoops\Run
|
||||
*/
|
||||
public function addFrameFilter($filterCallback);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user