src/main/php/Gomoob/Pushwoosh/Client/CURLClient.php
Method pushwooshCall
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function pushwooshCall($method, array $data)
{
// Creates the absolute Web Service URL to call, here we first remove trailing '/' characters to be sure the URL
// is well formed
$url = rtrim($this->apiUrl, '/') . '/' . $method;