We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae6f5e8 + 548aece commit 4647523Copy full SHA for 4647523
src/Exceptions/MissingCommandSignatureException.php
@@ -7,7 +7,7 @@
7
8
class MissingCommandSignatureException extends Exception
9
{
10
- public function __construct($action, $code = 0, Throwable $previous = null)
+ public function __construct($action, $code = 0, ?Throwable $previous = null)
11
12
$message = sprintf(
13
'The command signature is missing from your [%s] action. Use `public string $commandSignature` to set it up.',
0 commit comments