mirror of
https://github.com/filp/whoops.git
synced 2026-09-12 02:36:20 +00:00
Remove Handler::handle abstract method, already implemented in HandlerInterface
This commit is contained in:
@@ -84,9 +84,4 @@ abstract class Handler implements HandlerInterface
|
||||
{
|
||||
return $this->exception;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return int|null
|
||||
*/
|
||||
abstract public function handle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user