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 <thomas.steur@gmail.com>2013-12-03 05:10:28 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-12-03 05:10:28 +0400
commita347ebc205ad31ef7cdfe00fa104788879779ea1 (patch)
tree947fb9c5319dad48f7fbd7afbfee6ae2c1dbc73c /core/View.php
parent685e25363a0bc5f4c9eb8d38dd24fee337b742da (diff)
refs #4244 converted more links
Diffstat (limited to 'core/View.php')
-rw-r--r--core/View.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/View.php b/core/View.php
index c92e834617..e027f3bd1f 100644
--- a/core/View.php
+++ b/core/View.php
@@ -180,7 +180,7 @@ class View implements ViewInterface
/**
* Renders the current view. Also sends the stored 'Content-Type' HTML header.
- * See [setContentType](#setContentType).
+ * See {@link setContentType()}.
*
* @return string Generated template.
*/