apimatic/core-lib-php

View on GitHub
src/Utils/DateHelper.php

Summary

Maintainability
C
7 hrs
Test Coverage
A
100%

DateHelper has 36 functions (exceeds 20 allowed). Consider refactoring.
Open

class DateHelper
{
    /**
     * Match the pattern for a datetime string in simple date format
     */
Severity: Minor
Found in src/Utils/DateHelper.php - About 4 hrs to fix

    File DateHelper.php has 304 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    declare(strict_types=1);
    
    namespace Core\Utils;
    Severity: Minor
    Found in src/Utils/DateHelper.php - About 3 hrs to fix

      There are no issues that match your filters.

      Category
      Status