Fix PHPStan errors (#20603)

This commit is contained in:
Maksim Spirkov
2025-10-14 12:38:07 +03:00
committed by GitHub
parent d71f7309ae
commit 287d0fa074
7 changed files with 18 additions and 11 deletions

View File

@ -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;