aboutsummaryrefslogtreecommitdiff
path: root/app/Models/StatsDAOSQLite.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-21 17:27:45 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-02-21 17:27:45 +0100
commitb23cafb9bbaccb62cb8eed4484a1753c2cebb936 (patch)
tree63757ba13a0db17102523e6e74b4abe180c4c878 /app/Models/StatsDAOSQLite.php
parent58974f55a4bdfc8aed3454762415c8e8ac9fc6a4 (diff)
parent264d05297c72e87b114a8e930db7eae7affe5690 (diff)
Merge branch 'CSP-no-inline' into dev
Diffstat (limited to 'app/Models/StatsDAOSQLite.php')
-rw-r--r--app/Models/StatsDAOSQLite.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Models/StatsDAOSQLite.php b/app/Models/StatsDAOSQLite.php
index bb2336532..9bfe8b20a 100644
--- a/app/Models/StatsDAOSQLite.php
+++ b/app/Models/StatsDAOSQLite.php
@@ -4,9 +4,9 @@ class FreshRSS_StatsDAOSQLite extends FreshRSS_StatsDAO {
/**
* Calculates entry count per day on a 30 days period.
- * Returns the result as a JSON string.
+ * Returns the result as a JSON object.
*
- * @return string
+ * @return JSON object
*/
public function calculateEntryCount() {
$count = $this->initEntryCountArray();