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:
Diffstat (limited to 'core/AssetManager/UIAsset/InMemoryUIAsset.php')
-rw-r--r--core/AssetManager/UIAsset/InMemoryUIAsset.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/AssetManager/UIAsset/InMemoryUIAsset.php b/core/AssetManager/UIAsset/InMemoryUIAsset.php
index f3e3d47b6e..961537a384 100644
--- a/core/AssetManager/UIAsset/InMemoryUIAsset.php
+++ b/core/AssetManager/UIAsset/InMemoryUIAsset.php
@@ -45,7 +45,6 @@ class InMemoryUIAsset extends UIAsset
return false;
}
-
public function writeContent($content)
{
$this->content = $content;