Searched refs:interval (Results 1 – 2 of 2) sorted by relevance
15 $interval = isset($_GET['interval']) ? (int) $_GET['interval'] : 7; variable17 if ($type === 'docs' && $action === 'closed' && $interval) {19 $rows = $commentRepository->findDocsComments($interval);
47 public function findDocsComments(int $interval): array argument61 $statement->execute([$interval]);
Completed in 3 milliseconds