antonmarin/amocrm

View on GitHub
src/Connection/Connection.php

Summary

Maintainability
A
0 mins
Test Coverage

Possibly zero references to public class constant \amocrm\Connection\Connection::METHOD_POST
Open

    const METHOD_POST = 'POST';
Severity: Minor
Found in src/Connection/Connection.php by phan

Possibly zero read references to protected property \amocrm\Connection\Connection->email
Open

    protected $email;
Severity: Minor
Found in src/Connection/Connection.php by phan

Possibly zero references to public class constant \amocrm\Connection\Connection::AUTH_URL
Open

    const AUTH_URL = 'https://%s.amocrm.ru/private/api/auth.php?type=json';
Severity: Minor
Found in src/Connection/Connection.php by phan

Doc-block of $httpClient in __construct contains phpdoc param type null which is incompatible with the param type \amocrm\Connection\HttpClientInterface declared in the signature
Open

     * @param null|HttpClientInterface $httpClient Http клиент при помощи которого совершается запрос
Severity: Minor
Found in src/Connection/Connection.php by phan

Possibly zero references to public class constant \amocrm\Connection\Connection::METHOD_GET
Open

    const METHOD_GET = 'GET';
Severity: Minor
Found in src/Connection/Connection.php by phan

Possibly zero references to protected property \amocrm\Connection\Connection->sessionId
Open

    protected $sessionId;
Severity: Minor
Found in src/Connection/Connection.php by phan

Possibly zero read references to protected property \amocrm\Connection\Connection->key
Open

    protected $key;
Severity: Minor
Found in src/Connection/Connection.php by phan

There are no issues that match your filters.

Category
Status