diff --git a/src/Clients/GuzzleClient.php b/src/Clients/GuzzleClient.php index 5bb8f46..264a7fe 100644 --- a/src/Clients/GuzzleClient.php +++ b/src/Clients/GuzzleClient.php @@ -66,7 +66,7 @@ public function get($url="") * @return string * @throws GreenhouseAPIResponseException for non-200 responses */ - public function post(Array $postVars, Array $headers, $url=null) + public function post(Array $postVars, Array $headers, $url='') { try { $this->guzzleResponse = $this->_client->request(