Automated formatting changes

This commit is contained in:
Formatter Bot 2021-06-23 22:12:44 +00:00
parent e1f591e7b8
commit 64c48dbb34
3 changed files with 7 additions and 7 deletions

View File

@ -31,8 +31,8 @@ class Media
/**
* Install media providing
*
* @param string $path Module path
* @param ApplicationAbstract $app Application
* @param string $path Module path
* @param ApplicationAbstract $app Application
*
* @return void
*

View File

@ -29,8 +29,8 @@ class Navigation
/**
* Install navigation providing
*
* @param string $path Module path
* @param ApplicationAbstract $app Application
* @param string $path Module path
* @param ApplicationAbstract $app Application
*
* @return void
*

View File

@ -14,9 +14,9 @@ declare(strict_types=1);
namespace Modules\Billing\Admin\Install;
use phpOMS\Application\ApplicationAbstract;
use phpOMS\Autoloader;
use phpOMS\DataStorage\Database\Schema\Builder;
use phpOMS\Application\ApplicationAbstract;
/**
* WarehouseManagement class.
@ -31,8 +31,8 @@ class WarehouseManagement
/**
* Install comment relation
*
* @param string $path Module path
* @param ApplicationAbstract $app Application
* @param string $path Module path
* @param ApplicationAbstract $app Application
*
* @return void
*