mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-12 08:04:02 +02:00
CS fix.
This commit is contained in:
@@ -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 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)
|
public function __construct($realUsage = true, $useFormatting = true)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user