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/View/ViewInterface.php')
-rw-r--r--core/View/ViewInterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/View/ViewInterface.php b/core/View/ViewInterface.php
index 9c8d01ee0c..de3115c376 100644
--- a/core/View/ViewInterface.php
+++ b/core/View/ViewInterface.php
@@ -21,5 +21,5 @@ interface ViewInterface
*
* @return string Serialized data, eg, (image, array, html...).
*/
- function render();
+ public function render();
}