Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
GDXbsv committed Mar 29, 2023
1 parent 4044bdd commit 9bcf458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Laravel/LaravelLoggerCreating.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function __invoke(array $config)
$channel = $config['channel'];
/** @var ProcessorInterface[] $processors */
$processors = $config['processors'] ?? [];
/** @var array<class-string<\Throwable>, non-empty-list<ExceptionContext>> $exceptionContexts */
/** @var array<string, array<array-key, callable>> $exceptionContexts */
$exceptionContexts = $config['exceptionContexts'] ?? [];
/** @var int $level */
$level = $config['level'] ?? Level::Debug;
Expand Down

0 comments on commit 9bcf458

Please sign in to comment.