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/MenuUser.php')
-rwxr-xr-xcore/Menu/MenuUser.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Menu/MenuUser.php b/core/Menu/MenuUser.php
index 6cbd9be7fe..ad9b195d46 100755
--- a/core/Menu/MenuUser.php
+++ b/core/Menu/MenuUser.php
@@ -12,7 +12,7 @@ namespace Piwik\Menu;
* Contains menu entries for the User menu (the menu at the very top of the page).
* Plugins can implement the `configureUserMenu()` 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 configureUserMenu(MenuUser $menu)
@@ -25,7 +25,7 @@ namespace Piwik\Menu;
* $order = 2
* );
* }
- *
+ *
* @method static \Piwik\Menu\MenuUser getInstance()
*/
class MenuUser extends MenuAbstract