Automated formatting changes

This commit is contained in:
Formatter Bot 2021-06-23 22:14:36 +00:00
parent 015802e069
commit 3b73876a6c
2 changed files with 5 additions and 5 deletions

View File

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

View File

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