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.
*/
namespace Magento\CatalogInventory\Helper;
/**
* Catalog Inventory default helper
*/
class Data extends \Magento\Framework\App\Helper\AbstractHelper
{
/**
* Error codes, that Catalog Inventory module can set to quote or quote items
*/
const ERROR_QTY = 1;
/**
* Error qty increments
*/
const ERROR_QTY_INCREMENTS = 2;
}
?>
Did this file decode correctly?
Original Code
<?php
/**
* Copyright Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento\CatalogInventory\Helper;
/**
* Catalog Inventory default helper
*/
class Data extends \Magento\Framework\App\Helper\AbstractHelper
{
/**
* Error codes, that Catalog Inventory module can set to quote or quote items
*/
const ERROR_QTY = 1;
/**
* Error qty increments
*/
const ERROR_QTY_INCREMENTS = 2;
}
Function Calls
| None |
Stats
| MD5 | c341658c0feccc6149c7b8198001bbd5 |
| Eval Count | 0 |
| Decode Time | 85 ms |