mirror of
https://github.com/filp/whoops.git
synced 2026-09-16 20:56:21 +00:00
Fix typo in HandlerInterface
This commit is contained in:
@@ -29,5 +29,5 @@ interface HandlerInterface
|
||||
/**
|
||||
* @param Whoops\Exception\Inspector $run
|
||||
*/
|
||||
public function setInspector(Inspector $run);
|
||||
public function setInspector(Inspector $inspector);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user