We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f417154 + bba15f3 commit 6488cfcCopy full SHA for 6488cfc
1 file changed
src/Exception/MissingPathException.php
@@ -23,7 +23,7 @@ class MissingPathException extends DataException
23
/** @var string */
24
protected $path;
25
26
- public function __construct(string $path, string $message = '', int $code = 0, Throwable $previous = null)
+ public function __construct(string $path, string $message = '', int $code = 0, ?Throwable $previous = null)
27
{
28
$this->path = $path;
29
0 commit comments