romanpitak/dotMailer-API-v2-PHP-client

View on GitHub
src/Resources/Resources.php

Summary

Maintainability
F
3 days
Test Coverage

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

final class Resources implements IResources
{
    /** @var IClient */
    private $restClient;

Severity: Major
Found in src/Resources/Resources.php - About 1 day to fix

    File Resources.php has 543 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    /**
     *
     *
     * @author Roman Piták <roman@pitak.net>
    Severity: Major
    Found in src/Resources/Resources.php - About 1 day to fix

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

          public function GetAddressBookContactsModifiedSinceDate($addressBookId, $date, $withFullData = false, $select = 1000, $skip = 0)
      Severity: Minor
      Found in src/Resources/Resources.php - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status