mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 16:46:11 +02:00
CI fixes
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
@@ -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)
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user