mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 17:16:18 +02:00
Bump phpstan to level 8
This commit is contained in:
@@ -47,6 +47,8 @@ class NormalizerFormatter implements FormatterInterface
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @param mixed[] $record
|
||||
*/
|
||||
public function format(array $record)
|
||||
{
|
||||
@@ -123,7 +125,7 @@ class NormalizerFormatter implements FormatterInterface
|
||||
|
||||
/**
|
||||
* @param mixed $data
|
||||
* @return scalar|array<scalar>
|
||||
* @return null|scalar|array<array|scalar|null>
|
||||
*/
|
||||
protected function normalize($data, int $depth = 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user