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:
authorJustin Velluppillai <justin@innocraft.com>2021-11-03 13:10:57 +0300
committerGitHub <noreply@github.com>2021-11-03 13:10:57 +0300
commit471a553fd5966d64a7f06e200217aa05df86de7b (patch)
tree7cd7dd41a68ce2d5783d22f4bb036cc476eff1be /plugins/PrivacyManager
parent617b390b380da239ab53f8010a85112ed8876369 (diff)
Upgrade szymach/c-pchart from v2.0 to 3.0 to support PHP8.1 (#18260)
* Use szymach/c-pchart v3.0 * Fix some moved imports * Change path to fonts so they're excluded from final package * Don't remove default font * More path fixes * removes unneeded use statement Co-authored-by: Stefan Giehl <stefan@matomo.org>
Diffstat (limited to 'plugins/PrivacyManager')
-rw-r--r--plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php b/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php
index c963c71921..d8df4e19d9 100644
--- a/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php
+++ b/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php
@@ -8,7 +8,6 @@
namespace Piwik\Plugins\PrivacyManager\tests\Integration;
-use CpChart\Chart\Data;
use Piwik\DataTable;
use Piwik\Date;
use Piwik\Plugins\PrivacyManager\PrivacyManager;