class/Form/FormDateTime.php
Method __construct
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct($form, $startTS = 0, $endTS = 0)
{
$startTS = (int)$startTS;
$startTS = ($startTS > 0) ? $startTS : \time();
$startDatetime = \getdate($startTS);