diff --git a/Admin/Install/Application/Shop/Application.php b/Admin/Install/Application/Shop/Application.php index 5e06421..835f73a 100644 --- a/Admin/Install/Application/Shop/Application.php +++ b/Admin/Install/Application/Shop/Application.php @@ -43,8 +43,8 @@ use phpOMS\Message\Http\RequestStatusCode; use phpOMS\Message\Http\Response; use phpOMS\Model\Html\Head; use phpOMS\Module\ModuleManager; -use phpOMS\Router\WebRouter; use phpOMS\Router\RouteVerb; +use phpOMS\Router\WebRouter; use phpOMS\System\File\PathException; use phpOMS\Uri\UriFactory; use phpOMS\Views\View; @@ -65,7 +65,7 @@ final class Application /** * WebApplication. * - * @var WebApplication + * @var WebApplication * @since 1.0.0 */ private WebApplication $app; @@ -73,7 +73,7 @@ final class Application /** * Temp config. * - * @var array + * @var array * @since 1.0.0 */ private array $config = []; diff --git a/Admin/Install/Application/Shop/ShopView.php b/Admin/Install/Application/Shop/ShopView.php index 8a5a4c5..a438169 100644 --- a/Admin/Install/Application/Shop/ShopView.php +++ b/Admin/Install/Application/Shop/ShopView.php @@ -32,7 +32,7 @@ class ShopView extends View /** * Navigation view * - * @var View + * @var View * @since 1.0.0 */ protected $nav = null; @@ -40,7 +40,7 @@ class ShopView extends View /** * User profile. * - * @var Profile + * @var Profile * @since 1.0.0 */ protected $profile = null; @@ -48,7 +48,7 @@ class ShopView extends View /** * Organizations. * - * @var Unit[] + * @var Unit[] * @since 1.0.0 */ protected $organizations = null; diff --git a/Controller/Controller.php b/Controller/Controller.php index d30f62a..d9220c0 100644 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -31,7 +31,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module path. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_PATH = __DIR__ . '/../'; @@ -39,7 +39,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module version. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_VERSION = '1.0.0'; @@ -47,7 +47,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module name. * - * @var string + * @var string * @since 1.0.0 */ public const MODULE_NAME = 'Shop'; @@ -55,7 +55,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Module id. * - * @var int + * @var int * @since 1.0.0 */ public const MODULE_ID = 1007700000; @@ -63,7 +63,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Providing. * - * @var string[] + * @var string[] * @since 1.0.0 */ protected static array $providing = [ @@ -72,7 +72,7 @@ class Controller extends ModuleAbstract implements WebInterface /** * Dependencies. * - * @var string[] + * @var string[] * @since 1.0.0 */ protected static array $dependencies = [];