mirror of
https://github.com/Karaka-Management/oms-Tools.git
synced 2026-01-11 07:08:43 +00:00
phpcs+phpstan fixes
This commit is contained in:
parent
016b806d53
commit
a70b9b9c4f
|
|
@ -36,7 +36,7 @@ class Navigation
|
|||
*
|
||||
* @since 1.0.0
|
||||
*/
|
||||
public static function install(string $path = null, DatabasePool $dbPool = null) : void
|
||||
public static function install(string $path, DatabasePool $dbPool) : void
|
||||
{
|
||||
\Modules\Navigation\Admin\Installer::installExternal($dbPool, ['path' => __DIR__ . '/Navigation.install.json']);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ declare(strict_types=1);
|
|||
|
||||
namespace Modules\Tools\Controller;
|
||||
|
||||
|
||||
/**
|
||||
* Tools class.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user