mirror of
https://github.com/Karaka-Management/oms-Shop.git
synced 2026-01-11 18:48:41 +00:00
phpcs fix
This commit is contained in:
parent
bb3bbebf00
commit
3c521fa551
|
|
@ -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 = [];
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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 = [];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user