mirror of
https://github.com/filp/whoops.git
synced 2026-09-16 20:56:21 +00:00
set protected
This commit is contained in:
@@ -118,7 +118,7 @@ class PrettyPageHandler extends Handler
|
||||
/**
|
||||
* @var TemplateHelper
|
||||
*/
|
||||
private $templateHelper;
|
||||
protected $templateHelper;
|
||||
|
||||
/**
|
||||
* Constructor.
|
||||
@@ -395,7 +395,7 @@ class PrettyPageHandler extends Handler
|
||||
}
|
||||
|
||||
/**
|
||||
* Set whether to handle unconditionally.
|
||||
* Set whether to handle unconditionally.
|
||||
*
|
||||
* Allows to disable all attempts to dynamically decide whether to handle
|
||||
* or return prematurely. Set this to ensure that the handler will perform,
|
||||
|
||||
Reference in New Issue
Block a user