We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34b2f0e commit 87954a5Copy full SHA for 87954a5
1 file changed
lib/ConnectionException.php
@@ -20,7 +20,7 @@ class ConnectionException extends Exception
20
21
private $data;
22
23
- public function __construct(string $message, int $code = 0, array $data = [], Throwable $prev = null)
+ public function __construct(string $message, int $code = 0, array $data = [], ?Throwable $prev = null)
24
{
25
parent::__construct($message, $code, $prev);
26
$this->data = $data;
0 commit comments