Skip to content

Commit

Permalink
Fix PHPstan
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Dec 2, 2024
1 parent 4bce65e commit 140a42b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Report.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ class Report

protected ?string $overriddenGrouping = null;

/** @param array<class-string<ArgumentReducer>|ArgumentReducer>|ArgumentReducers|null $argumentReducers */
/**
* @param array<class-string<ArgumentReducer>|ArgumentReducer>|ArgumentReducers|null $argumentReducers
* @param array<class-string, string> $overriddenGroupings
*/
public static function createForThrowable(
Throwable $throwable,
ContextProvider $context,
Expand Down

0 comments on commit 140a42b

Please sign in to comment.