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:
authorThomas Steur <tsteur@users.noreply.github.com>2020-06-03 09:47:44 +0300
committerGitHub <noreply@github.com>2020-06-03 09:47:44 +0300
commit7585967cbd80d7869f57a9adc69c02e8d14cbc33 (patch)
tree7b06afedbcb883175f02ffff141809d001097b64 /core/Plugin/API.php
parentcaf7dbf0fdd3e91a47fa49f297ed18a75ddeff9d (diff)
Remove code tagged with `@deprecated` (#16001)
* remove some code tagged with deprecated * some more tweaks * remove more deprecated methods * more deprecations * remove old files * remove more deprecated methods * fix some tests * update logviewer submodule * fix some tests * fix ui test * another deprecation * Update CHANGELOG.md Co-authored-by: Stefan Giehl <stefan@matomo.org> * add test for dimensions provider Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'core/Plugin/API.php')
-rw-r--r--core/Plugin/API.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/Plugin/API.php b/core/Plugin/API.php
index 0c50dd573c..8618a63dd6 100644
--- a/core/Plugin/API.php
+++ b/core/Plugin/API.php
@@ -77,7 +77,7 @@ abstract class API
/**
* Used in tests only
* @ignore
- * @deprecated
+ * @internal
*/
public static function unsetInstance()
{
@@ -88,7 +88,7 @@ abstract class API
/**
* Used in tests only
* @ignore
- * @deprecated
+ * @internal
*/
public static function unsetAllInstances()
{
@@ -98,7 +98,7 @@ abstract class API
/**
* Sets the singleton instance. For testing purposes.
* @ignore
- * @deprecated
+ * @internal
*/
public static function setSingletonInstance($instance)
{