1
0
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:
Jordi Boggiano
2021-07-04 14:03:55 +02:00
parent 4ef5da80ad
commit 8b5278d8e1
47 changed files with 262 additions and 101 deletions

View File

@@ -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)
{