nexylan/slack

View on GitHub
src/Client.php

Summary

Maintainability
A
1 hr
Test Coverage

Method __construct has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function __construct(
        HttpClientInterface $httpClient,
        RequestFactoryInterface $requestFactory,
        StreamFactoryInterface $streamFactory,
        string $endpoint,
Severity: Minor
Found in src/Client.php - About 1 hr to fix

    Method __construct has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

            HttpClientInterface $httpClient,
            RequestFactoryInterface $requestFactory,
            StreamFactoryInterface $streamFactory,
            string $endpoint,
            array $options = []
    Severity: Minor
    Found in src/Client.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status