OzanKurt/LiveCoding-API

View on GitHub
src/LiveCoding.php

Summary

Maintainability
A
1 hr
Test Coverage

Method postUrlContents has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    private function postUrlContents($url, $query, $headers = [])
    {
        $query['client_id'] = $this->client->getId();

        $response = null;
Severity: Minor
Found in src/LiveCoding.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status