Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
commitd9adcfe6169c6c10059a670f2ed984908eb4e105 (patch)
tree25cfca25851214c1b744a07e67e9c120adfd7513 /core/CronArchive.php
parent2788e1dad22533f3e0dbddbdd16c51251c4e130a (diff)
removed lots of trailing whitespace
Diffstat (limited to 'core/CronArchive.php')
-rw-r--r--core/CronArchive.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/CronArchive.php b/core/CronArchive.php
index ae5c6fd8f9..1549392876 100644
--- a/core/CronArchive.php
+++ b/core/CronArchive.php
@@ -76,7 +76,7 @@ class CronArchive
private $requests = 0;
private $output = '';
private $archiveAndRespectTTL = true;
-
+
private $lastSuccessRunTimestamp = false;
private $errors = array();
private $isCoreInited = false;
@@ -97,7 +97,7 @@ class CronArchive
* The list of IDs of sites to ignore when launching archiving. Archiving will not be launched
* for any site whose ID is in this list (even if the ID is supplied in {@link $shouldArchiveSpecifiedSites}
* or if {@link $shouldArchiveAllSites} is true).
- *
+ *
* @var int[]
*/
public $shouldSkipSpecifiedSites = array();
@@ -921,10 +921,10 @@ class CronArchive
/**
* Triggered by the **core:archive** console command so plugins can modify the list of
* websites that the archiving process will be launched for.
- *
+ *
* Plugins can use this hook to add websites to archive, remove websites to archive, or change
* the order in which websites will be archived.
- *
+ *
* @param array $websiteIds The list of website IDs to launch the archiving process for.
*/
Piwik::postEvent('CronArchive.filterWebsiteIds', array(&$websiteIds));