Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/xhtml/HTMLNavbarController.php')
-rw-r--r--src/xhtml/HTMLNavbarController.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/xhtml/HTMLNavbarController.php b/src/xhtml/HTMLNavbarController.php
index eb4b2a42..2e1b79c0 100644
--- a/src/xhtml/HTMLNavbarController.php
+++ b/src/xhtml/HTMLNavbarController.php
@@ -1,7 +1,7 @@
<?php
/**
- * PHPPgAdmin v6.0.0-RC8
+ * PHPPgAdmin v6.0.0-RC9
*/
namespace PHPPgAdmin\XHtml;
@@ -43,7 +43,7 @@ class HTMLNavbarController extends HTMLController
}
/**
- * @param array $viewVars
+ * @param mixed $crumbs
*/
private function _getSearchPathsCrumbs($crumbs, array $viewVars)
{
@@ -181,8 +181,6 @@ class HTMLNavbarController extends HTMLController
*
* @param bool $do_print true to print, false to return html
* @param null|mixed $from which method is calling this one
- *
- * @return null|string
*/
private function printTopbar($do_print = true, $from = null): ?string
{