提交的内容
This commit is contained in:
2
vendor/guzzlehttp/guzzle-services/src/Operation.php
vendored
Executable file → Normal file
2
vendor/guzzlehttp/guzzle-services/src/Operation.php
vendored
Executable file → Normal file
@ -51,7 +51,7 @@ class Operation implements ToArrayInterface
|
||||
*
|
||||
* @throws \InvalidArgumentException
|
||||
*/
|
||||
public function __construct(array $config = [], DescriptionInterface $description = null)
|
||||
public function __construct(array $config = [], ?DescriptionInterface $description = null)
|
||||
{
|
||||
static $defaults = [
|
||||
'name' => '',
|
||||
|
||||
Reference in New Issue
Block a user