mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
Fix CS
This commit is contained in:
@@ -43,7 +43,7 @@ class IntrospectionProcessor implements ProcessorInterface
|
||||
|
||||
/**
|
||||
* @param string|int|Level $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<Level::NAMES>|Level|LogLevel::* $level
|
||||
*/
|
||||
|
@@ -32,7 +32,7 @@ class TagProcessor implements ProcessorInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string[] $tags
|
||||
* @param string[] $tags
|
||||
* @return $this
|
||||
*/
|
||||
public function addTags(array $tags = []): self
|
||||
@@ -43,7 +43,7 @@ class TagProcessor implements ProcessorInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string[] $tags
|
||||
* @param string[] $tags
|
||||
* @return $this
|
||||
*/
|
||||
public function setTags(array $tags = []): self
|
||||
|
Reference in New Issue
Block a user