guzzle / guzzle-services

Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.
MIT License
253 stars 78 forks source link

Bug Fix for GuzzleClient constructor #96

Closed peterfox closed 8 years ago

peterfox commented 9 years ago

Adds the 'defaults' key as an array on the config constructor argument which stops a fatal error occurring on src/GuzzleClient.php on line 72 when getting the config's defaults key returns null.

jeremeamia commented 8 years ago

Thanks