1
0
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:
Marcos Felipe 2018-10-07 01:44:39 -03:00
parent 3ff39a4d6e
commit a759c56212

View File

@ -210,7 +210,7 @@ class Client implements ClientInterface
*
* @return array
*/
private function prepareDefaults($options)
private function prepareDefaults(array $options)
{
$defaults = $this->config;