We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16aa48 commit 19e99e7Copy full SHA for 19e99e7
src/Core/Exception/SecretNotFoundException.php
@@ -12,7 +12,7 @@
12
13
class SecretNotFoundException extends \Exception
14
{
15
- public function __construct(string $key, \Exception $childException = null)
+ public function __construct(string $key, ?\Exception $childException = null)
16
17
parent::__construct('No secret was found with the key: "'.$key.'"', 404, $childException);
18
}
0 commit comments