mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-27 20:06:19 +08:00
Add visibility for all class elements (#20557)
This commit is contained in:
@ -30,7 +30,7 @@ abstract class ErrorHandler extends Component
|
||||
* @event Event an event that is triggered when the handler is called by shutdown function via [[handleFatalError()]].
|
||||
* @since 2.0.46
|
||||
*/
|
||||
const EVENT_SHUTDOWN = 'shutdown';
|
||||
public const EVENT_SHUTDOWN = 'shutdown';
|
||||
|
||||
/**
|
||||
* @var bool whether to discard any existing page output before error display. Defaults to true.
|
||||
|
||||
Reference in New Issue
Block a user