Browse Source

removed dev comment

tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
77233cf39e
  1. 3
      framework/base/Application.php

3
framework/base/Application.php

@ -60,8 +60,7 @@ class Application extends Module
private $_ended = false; private $_ended = false;
/** /**
* @var string Used to reserve memory for fatal error handler. This memory * @var string Used to reserve memory for fatal error handler.
* reserve can be removed if it's OK to write to PHP log only in this particular case.
*/ */
private $_memoryReserve; private $_memoryReserve;

Loading…
Cancel
Save