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
path: root/core
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-11-12 07:16:27 +0400
committermattab <matthieu.aubry@gmail.com>2013-11-12 07:16:27 +0400
commit378bfbe3ab1103cae93063869236e26fc2e8733d (patch)
treeaacb31b0e9c4ea05527377d2d4b5420e22251a89 /core
parentd0c8a7289abc568195c2c846491c3d82b6ac08cc (diff)
Remove TaskScheduler from @api refs #4200
Diffstat (limited to 'core')
-rw-r--r--core/Period.php1
-rw-r--r--core/TaskScheduler.php1
2 files changed, 1 insertions, 1 deletions
diff --git a/core/Period.php b/core/Period.php
index a6ba376183..a0b28ecc6f 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -66,6 +66,7 @@ abstract class Period
* Constructor.
*
* @param Date $date
+ * @ignore
*/
public function __construct(Date $date)
{
diff --git a/core/TaskScheduler.php b/core/TaskScheduler.php
index d474206b0e..62b9dc510d 100644
--- a/core/TaskScheduler.php
+++ b/core/TaskScheduler.php
@@ -40,7 +40,6 @@ define('DEBUG_FORCE_SCHEDULED_TASKS', false);
* // TODO
*
* @package Piwik
- * @api
*/
class TaskScheduler
{