Skip to content

Commit 9f6d257

Browse files
authored
Merge pull request #96 from shweshi/analysis-JDMneQ
Apply fixes from StyleCI
2 parents a73488a + fb5012e commit 9f6d257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Exceptions/FetchException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class FetchException extends \Exception
99
public function __construct(
1010
$message = '',
1111
$code = 0,
12-
\Throwable $previous = null,
12+
?\Throwable $previous = null,
1313
$data = []
1414
) {
1515
parent::__construct($message, $code, $previous);

0 commit comments

Comments
 (0)