mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
Fix PHPStan errors (#20603)
This commit is contained in:
@ -55,7 +55,7 @@ abstract class ErrorHandler extends Component
|
||||
public $silentExitOnException;
|
||||
|
||||
/**
|
||||
* @var string Used to reserve memory for fatal error handler.
|
||||
* @var string|null Used to reserve memory for fatal error handler.
|
||||
*/
|
||||
private $_memoryReserve;
|
||||
/**
|
||||
@ -67,7 +67,7 @@ abstract class ErrorHandler extends Component
|
||||
*/
|
||||
private $_registered = false;
|
||||
/**
|
||||
* @var string the current working directory
|
||||
* @var string|null the current working directory
|
||||
*/
|
||||
private $_workingDirectory;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user