From 47bf5d9ffe4e48128196a256569d31bb0fbeb643 Mon Sep 17 00:00:00 2001 From: Hennadiy Verkh Date: Mon, 24 Mar 2014 10:58:05 +0100 Subject: [PATCH] CS fix. --- src/Monolog/Processor/MemoryProcessor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Monolog/Processor/MemoryProcessor.php b/src/Monolog/Processor/MemoryProcessor.php index 3f08d6e1..c1176f29 100644 --- a/src/Monolog/Processor/MemoryProcessor.php +++ b/src/Monolog/Processor/MemoryProcessor.php @@ -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) {