gomoob/php-pushwoosh

View on GitHub
src/main/php/Gomoob/Pushwoosh/Client/CURLClient.php

Summary

Maintainability
A
1 hr
Test Coverage
A
98%

Method pushwooshCall has 38 lines of code (exceeds 25 allowed). Consider refactoring.
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;
Severity: Minor
Found in src/main/php/Gomoob/Pushwoosh/Client/CURLClient.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status