Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Oct 11, 2024
1 parent 94a2465 commit 48ee97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PostgresQueryError.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function __construct(
string $message,
private readonly array $diagnostics,
string $query,
\Throwable $previous = null,
?\Throwable $previous = null,
) {
parent::__construct($message, $query, $previous);
}
Expand Down

0 comments on commit 48ee97e

Please sign in to comment.