Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php /** * Copyright Magento, Inc. All rights reserved. * See COPYING.txt for license ..
Decoded Output download
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\CatalogInventory\Api;
/**
* @api
*
* @deprecated 100.3.0 Replaced with Multi Source Inventory
* @link https://developer.adobe.com/commerce/webapi/rest/inventory/index.html
* @link https://developer.adobe.com/commerce/webapi/rest/inventory/inventory-api-reference.html
* @since 100.3.0
*/
interface RevertProductSaleInterface
{
/**
* Revert register product sale
*
* Method signature is unchanged for backward compatibility
*
* @param string[] $items
* @param int $websiteId
* @return bool
* @since 100.3.0
*/
public function revertProductsSale($items, $websiteId = null);
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\CatalogInventory\Api;
/**
* @api
*
* @deprecated 100.3.0 Replaced with Multi Source Inventory
* @link https://developer.adobe.com/commerce/webapi/rest/inventory/index.html
* @link https://developer.adobe.com/commerce/webapi/rest/inventory/inventory-api-reference.html
* @since 100.3.0
*/
interface RevertProductSaleInterface
{
/**
* Revert register product sale
*
* Method signature is unchanged for backward compatibility
*
* @param string[] $items
* @param int $websiteId
* @return bool
* @since 100.3.0
*/
public function revertProductsSale($items, $websiteId = null);
}
Function Calls
| None |
Stats
| MD5 | 742871b1d84e9fa1baec56eb1563394a |
| Eval Count | 0 |
| Decode Time | 83 ms |