mirror of
https://github.com/Karaka-Management/oms-WarehouseManagement.git
synced 2026-01-11 15:18:41 +00:00
phpcs fixes
This commit is contained in:
parent
85164673e9
commit
ec7db03b39
|
|
@ -79,7 +79,7 @@ class Arrival
|
|||
* @var \Modules\Warehousing\Models\ArrivalStatus
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $status = null;
|
||||
private int $status = null;
|
||||
|
||||
/* TODO: count, packaging, product count etc.... for every single position + where do you put it */
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
@ -9,7 +9,9 @@
|
|||
* @license OMS License 1.0
|
||||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/ /* TODO: maybe make this a framework object? and let warehousing, sales, purchase extend this */
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
/* TODO: maybe make this a framework object? and let warehousing, sales, purchase extend this */
|
||||
namespace Modules\WarehouseManagement\Models;
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ class Shipping
|
|||
* @var \Modules\Warehousing\Models\ArrivalStatus
|
||||
* @since 1.0.0
|
||||
*/
|
||||
private $status = null;
|
||||
private int $status = null;
|
||||
|
||||
/**
|
||||
* Shipping.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
@ -10,6 +10,8 @@
|
|||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['Navigation' => [
|
||||
'Arrival' => 'Arrival',
|
||||
'Articles' => 'Articles',
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
@ -10,5 +10,7 @@
|
|||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
$MODLANG[1] = [
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
<?php declare(strict_types=1);
|
||||
<?php
|
||||
/**
|
||||
* Orange Management
|
||||
*
|
||||
|
|
@ -10,6 +10,8 @@
|
|||
* @version 1.0.0
|
||||
* @link https://orange-management.org
|
||||
*/
|
||||
declare(strict_types=1);
|
||||
|
||||
return ['WarehouseManagement' => [
|
||||
'All' => 'All',
|
||||
'Amount' => 'Amount',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user