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\AsyncConfig\Api;

use Magento\Framework\Exception\FileSystemException;

interface AsyncConfigPublisherInterface
{
    /**
     * Save Configuration Data
     *
     * @param array $configData
     * @return void
     * @throws FileSystemException
     */
    public function saveConfigData(array $configData);
}
 ?>

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\AsyncConfig\Api;

use Magento\Framework\Exception\FileSystemException;

interface AsyncConfigPublisherInterface
{
    /**
     * Save Configuration Data
     *
     * @param array $configData
     * @return void
     * @throws FileSystemException
     */
    public function saveConfigData(array $configData);
}

Function Calls

None

Variables

None

Stats

MD5 3c79c73bf200f67aa950c4223d60ff29
Eval Count 0
Decode Time 97 ms