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/SettingsServer.php
parent2788e1dad22533f3e0dbddbdd16c51251c4e130a (diff)
removed lots of trailing whitespace
Diffstat (limited to 'core/SettingsServer.php')
-rw-r--r--core/SettingsServer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/SettingsServer.php b/core/SettingsServer.php
index 679a00192d..6c172c3ecf 100644
--- a/core/SettingsServer.php
+++ b/core/SettingsServer.php
@@ -19,7 +19,7 @@ class SettingsServer
* Returns true if the current script execution was triggered by the cron archiving script.
*
* Helpful for error handling: directly throw error without HTML (eg. when DB is down).
- *
+ *
* @return bool
* @api
*/
@@ -102,7 +102,7 @@ class SettingsServer
/**
* Returns `true` if the GD PHP extension is available, `false` if otherwise.
- *
+ *
* _Note: ImageGraph and the sparkline report visualization depend on the GD extension._
*
* @return bool