class/pear/Calendar/Engine/UnixTS.php
Showing 3 of 3 total issues
Calendar_Engine_UnixTS
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Calendar_Engine_UnixTS /* implements Calendar_Engine_Interface */{ /** * Makes sure a given timestamp is only ever parsed once * <pre>
Method dateToStamp
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function dateToStamp($y, $m, $d, $h = 0, $i = 0, $s = 0)
Method getSecondsInMinute
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function getSecondsInMinute($y = null, $m = null, $d = null, $h = null, $i = null)