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/Menu/MenuTop.php')
-rw-r--r--core/Menu/MenuTop.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Menu/MenuTop.php b/core/Menu/MenuTop.php
index 2901c82fe6..86fc1ab0c6 100644
--- a/core/Menu/MenuTop.php
+++ b/core/Menu/MenuTop.php
@@ -14,7 +14,7 @@ use Piwik\Piwik;
* Contains menu entries for the Top menu (the menu at the very top of the page).
* Plugins can implement the `configureTopMenu()` method of the `Menu` plugin class to add, rename of remove
* items. If your plugin does not have a `Menu` class yet you can create one using `./console generate:menu`.
- *
+ *
* **Example**
*
* public function configureTopMenu(MenuTop $menu)
@@ -27,7 +27,7 @@ use Piwik\Piwik;
* $order = 2
* );
* }
- *
+ *
* @method static \Piwik\Menu\MenuTop getInstance()
*/
class MenuTop extends MenuAbstract