We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94a2465 commit 48ee97eCopy full SHA for 48ee97e
src/PostgresQueryError.php
@@ -13,7 +13,7 @@ public function __construct(
13
string $message,
14
private readonly array $diagnostics,
15
string $query,
16
- \Throwable $previous = null,
+ ?\Throwable $previous = null,
17
) {
18
parent::__construct($message, $query, $previous);
19
}
0 commit comments