diff --git a/core/CronArchive.php b/core/CronArchive.php index 88eb2046b2cb7244228cce09ece29d8c9ce12eb4..5664cb6ed4f57d05e2bbdfbe9dc758dacf31082f 100644 --- a/core/CronArchive.php +++ b/core/CronArchive.php @@ -713,15 +713,15 @@ class CronArchive return $success; } - /** - * Returns base URL to process reports for the $idSite on a given $period - * - * @param string $idSite - * @param string $period - * @param string $date - * @param bool|false $segment - * @return string - */ + /** + * Returns base URL to process reports for the $idSite on a given $period + * + * @param string $idSite + * @param string $period + * @param string $date + * @param bool|false $segment + * @return string + */ private function getVisitsRequestUrl($idSite, $period, $date, $segment = false) { $request = "?module=API&method=API.get&idSite=$idSite&period=$period&date=" . $date . "&format=php"; @@ -846,10 +846,10 @@ class CronArchive return true; } - /** - * @param $idSite - * @return array - */ + /** + * @param $idSite + * @return array + */ private function getSegmentsForSite($idSite) { $segmentsAllSites = $this->segments;