codestyle fix
This commit is contained in:
parent
9877bd078d
commit
be771679b7
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ class RetailCrmService
|
|||
/**
|
||||
* @param $order
|
||||
*
|
||||
* @return mixed
|
||||
* @return array
|
||||
*/
|
||||
public static function unsetIntegrationDeliveryFields($order)
|
||||
public static function unsetIntegrationDeliveryFields(array $order): array
|
||||
{
|
||||
$integrationDelivery = unserialize(COption::GetOptionString(RetailcrmConstants::MODULE_ID, RetailcrmConstants::CRM_INTEGRATION_DELIVERY, 0));
|
||||
$deliveryCode = $order['delivery']['code'];
|
||||
|
|
Loading…
Add table
Reference in a new issue