Skip to content

Commit

Permalink
Update NormalizerFormatter.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL authored Nov 13, 2024
1 parent d4b7170 commit 7231f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monolog/Formatter/NormalizerFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ protected function normalize(mixed $data, int $depth = 0): mixed
}

/**
* @return array<array-key, string|int|array<string|int|array<string>>>
* @return array<string, string|int|array<string|int|array<string>>>|string
*/
protected function normalizeException(Throwable $e, int $depth = 0)
{
Expand Down

0 comments on commit 7231f1a

Please sign in to comment.