mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-11 00:26:24 +02:00
Added detailed comments.
This commit is contained in:
@ -39,10 +39,10 @@ abstract class MemoryProcessor
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Formats bytes into a human readable string (if $this->useFormatting is true)
|
* Formats bytes into a human readable string if $this->useFormatting is true, otherwise return $bytes as is
|
||||||
*
|
*
|
||||||
* @param int $bytes
|
* @param int $bytes
|
||||||
* @return string|int
|
* @return string|int Formatted string if $this->useFormatting is true, otherwise return $bytes as is
|
||||||
*/
|
*/
|
||||||
protected function formatBytes($bytes)
|
protected function formatBytes($bytes)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user