diff --git a/framework/base/Application.php b/framework/base/Application.php index 88dfcb9..027dec8 100644 --- a/framework/base/Application.php +++ b/framework/base/Application.php @@ -60,8 +60,7 @@ class Application extends Module private $_ended = false; /** - * @var string Used to reserve memory for fatal error handler. This memory - * reserve can be removed if it's OK to write to PHP log only in this particular case. + * @var string Used to reserve memory for fatal error handler. */ private $_memoryReserve;