1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-11 23:54:04 +02:00
This commit is contained in:
Hennadiy Verkh
2014-03-24 10:58:05 +01:00
parent 3fe02f7c21
commit 47bf5d9ffe

View File

@@ -30,7 +30,7 @@ abstract class MemoryProcessor
/**
* @param boolean $realUsage Set this to true to get the real size of memory allocated from system.
* @param bool $useFormatting If true, then format memory size to human readable string (MB, KB, B depending on size)
* @param boolean $useFormatting If true, then format memory size to human readable string (MB, KB, B depending on size)
*/
public function __construct($realUsage = true, $useFormatting = true)
{