提交的内容
This commit is contained in:
2
vendor/guzzlehttp/command/src/Command.php
vendored
Executable file → Normal file
2
vendor/guzzlehttp/command/src/Command.php
vendored
Executable file → Normal file
@ -25,7 +25,7 @@ class Command implements CommandInterface
|
||||
public function __construct(
|
||||
$name,
|
||||
array $args = [],
|
||||
HandlerStack $handlerStack = null
|
||||
?HandlerStack $handlerStack = null
|
||||
) {
|
||||
$this->name = $name;
|
||||
$this->data = $args;
|
||||
|
||||
Reference in New Issue
Block a user