|
@@ -79,6 +79,6 @@ |
|
79
|
79
|
* @return mixed |
|
80
|
80
|
* |
|
81
|
81
|
* @deprecated ClientInterface::getConfig will be removed in guzzlehttp/guzzle:8.0. |
|
82
|
82
|
*/ |
|
83
|
|
- public function getConfig(string $option = null); |
|
83
|
+ public function getConfig(?string $option = null); |
|
84
|
84
|
} |