mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-15 01:08:40 +00:00
bug fixes and template adjustments
This commit is contained in:
parent
b8ce531e1b
commit
bf2fa7fb60
|
|
@ -67,9 +67,7 @@ class ExchangeLog implements \JsonSerializable, ArrayableInterface
|
||||||
* @var int
|
* @var int
|
||||||
* @since 1.0.0
|
* @since 1.0.0
|
||||||
*/
|
*/
|
||||||
public int |
|
public int|InterfaceManager $exchange = 0;
|
||||||
|
|
||||||
InterfaceManager $exchange = 0;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Date type.
|
* Date type.
|
||||||
|
|
@ -79,9 +77,13 @@ InterfaceManager $exchange = 0;
|
||||||
*/
|
*/
|
||||||
public \DateTimeImmutable $createdAt;
|
public \DateTimeImmutable $createdAt;
|
||||||
|
|
||||||
public int |
|
/**
|
||||||
|
* Created by account.
|
||||||
Account $createdBy = 0;
|
*
|
||||||
|
* @var int|Account
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
|
public int|Account $createdBy = 0;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Constructor.
|
* Constructor.
|
||||||
|
|
|
||||||
|
|
@ -19,15 +19,15 @@ return ['Exchange' => [
|
||||||
'Creator' => '',
|
'Creator' => '',
|
||||||
'Database' => 'Database',
|
'Database' => 'Database',
|
||||||
'End' => 'End',
|
'End' => 'End',
|
||||||
'Exchange' => '',
|
'Exchange' => 'Exchange',
|
||||||
'Export' => 'Export',
|
'Export' => 'Export',
|
||||||
'Exports' => '',
|
'Exports' => 'Exports',
|
||||||
'File' => 'File',
|
'File' => 'File',
|
||||||
'Host' => 'Host',
|
'Host' => 'Host',
|
||||||
'Import' => 'Import',
|
'Import' => 'Import',
|
||||||
'Imports' => '',
|
'Imports' => 'Imports',
|
||||||
'Login' => 'Login',
|
'Login' => 'Login',
|
||||||
'Logs' => '',
|
'Logs' => 'Logs',
|
||||||
'Options' => 'Options',
|
'Options' => 'Options',
|
||||||
'Password' => 'Password',
|
'Password' => 'Password',
|
||||||
'Port' => 'Port',
|
'Port' => 'Port',
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": ">=9.4",
|
"phpunit/phpunit": ">=9.4",
|
||||||
"friendsofphp/php-cs-fixer": ">=3.0",
|
"friendsofphp/php-cs-fixer": ">=3.0",
|
||||||
"squizlabs/php_codesniffer": ">=3.5",
|
"squizlabs/php_codesniffer": ">=3.6",
|
||||||
"phpmd/phpmd": ">=2.9",
|
"phpmd/phpmd": ">=2.9",
|
||||||
"phpstan/phpstan": ">=0.12.58",
|
"phpstan/phpstan": ">=0.12.58",
|
||||||
"phan/phan": ">=3.2.6"
|
"phan/phan": ">=3.2.6"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user