mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-24 10:03:27 +01:00
Adds typehint in method equals phpDocs
This commit is contained in:
parent
3ff39a4d6e
commit
a759c56212
@ -210,7 +210,7 @@ class Client implements ClientInterface
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
private function prepareDefaults($options)
|
||||
private function prepareDefaults(array $options)
|
||||
{
|
||||
$defaults = $this->config;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user