nopolabs/yabot-plugins

View on GitHub
src/Reservations/Resources.php

Summary

Maintainability
A
2 hrs
Test Coverage

Resources has 21 functions (exceeds 20 allowed). Consider refactoring.
Open

class Resources implements ResourcesInterface
{
    use StorageTrait;
    use LoopTrait;
    use SlackTrait;
Severity: Minor
Found in src/Reservations/Resources.php - About 2 hrs to fix

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

            Client $slack,
            StorageInterface $storage,
            LoopInterface $eventLoop,
            LoggerInterface $logger,
            array $config)
    Severity: Minor
    Found in src/Reservations/Resources.php - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status