1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 16:46:11 +02:00
This commit is contained in:
Jordi Boggiano
2022-04-19 22:10:02 +02:00
parent e4bb5c5cf3
commit 2695fa86cd
85 changed files with 350 additions and 398 deletions

View File

@@ -44,7 +44,7 @@ class IntrospectionProcessor implements ProcessorInterface
/**
* @param string|int|Level|LevelName $level The minimum logging level at which this Processor will be triggered
* @param string[] $skipClassesPartials
* @param string[] $skipClassesPartials
*
* @phpstan-param value-of<Level::VALUES>|value-of<LevelName::VALUES>|Level|LevelName|LogLevel::* $level
*/

View File

@@ -41,7 +41,6 @@ abstract class MemoryProcessor implements ProcessorInterface
/**
* Formats bytes into a human readable string if $this->useFormatting is true, otherwise return $bytes as is
*
* @param int $bytes
* @return string|int Formatted string if $this->useFormatting is true, otherwise return $bytes as int
*/
protected function formatBytes(int $bytes)

View File

@@ -57,7 +57,7 @@ class UidProcessor implements ProcessorInterface, ResettableInterface
}
/**
* @param positive-int $length
* @param positive-int $length
* @return non-empty-string
*/
private function generateUid(int $length): string