Skip to content

Commit 48ee97e

Browse files
committed
Style fix
1 parent 94a2465 commit 48ee97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PostgresQueryError.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function __construct(
1313
string $message,
1414
private readonly array $diagnostics,
1515
string $query,
16-
\Throwable $previous = null,
16+
?\Throwable $previous = null,
1717
) {
1818
parent::__construct($message, $query, $previous);
1919
}

0 commit comments

Comments
 (0)