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\AsynchronousOperations\Api;
use Magento\AsynchronousOperations\Api\Data\OperationInterface;
/**
* Interface for saving multiple operations
*
* @api
* @since 100.4.0
*/
interface SaveMultipleOperationsInterface
{
/**
* Save Operations for Bulk
*
* @param OperationInterface[] $operations
* @return void
* @since 100.4.0
*/
public function execute(array $operations): void;
}
?>
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\AsynchronousOperations\Api;
use Magento\AsynchronousOperations\Api\Data\OperationInterface;
/**
* Interface for saving multiple operations
*
* @api
* @since 100.4.0
*/
interface SaveMultipleOperationsInterface
{
/**
* Save Operations for Bulk
*
* @param OperationInterface[] $operations
* @return void
* @since 100.4.0
*/
public function execute(array $operations): void;
}
Function Calls
None |
Stats
MD5 | a12cea6322118130a3f0adf851a58d55 |
Eval Count | 0 |
Decode Time | 138 ms |