mambax7/extcal

View on GitHub
class/pear/Calendar/Engine/Interface.php

Summary

Maintainability
B
4 hrs
Test Coverage

Calendar_Engine_Interface has 24 functions (exceeds 20 allowed). Consider refactoring.
Open

class Calendar_Engine_Interface
{
    /**
     * Provides a mechansim to make sure parsing of timestamps
     * into human dates is only performed once per timestamp.
Severity: Minor
Found in class/pear/Calendar/Engine/Interface.php - About 2 hrs to fix

    Method dateToStamp has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        public function dateToStamp($y, $m, $d, $h, $i, $s)
    Severity: Minor
    Found in class/pear/Calendar/Engine/Interface.php - About 45 mins to fix

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

          public function getSecondsInMinute($y = null, $m = null, $d = null, $h = null, $i = null)
      Severity: Minor
      Found in class/pear/Calendar/Engine/Interface.php - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status