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 declare(strict_types=1); /** * @license Apache 2.0 */ namespace OpenApi\Annotati..
Decoded Output download
<?php declare(strict_types=1);
/**
* @license Apache 2.0
*/
namespace OpenApi\Annotations;
use OpenApi\Annotations as OA;
/**
* A `@OA\Request` query parameter.
*
* @Annotation
*/
class QueryParameter extends Parameter
{
/**
* @inheritdoc
* This takes 'query' as the default location.
*/
public $in = 'query';
}
?>
Did this file decode correctly?
Original Code
<?php declare(strict_types=1);
/**
* @license Apache 2.0
*/
namespace OpenApi\Annotations;
use OpenApi\Annotations as OA;
/**
* A `@OA\Request` query parameter.
*
* @Annotation
*/
class QueryParameter extends Parameter
{
/**
* @inheritdoc
* This takes 'query' as the default location.
*/
public $in = 'query';
}
Function Calls
None |
Stats
MD5 | 6b8cbdb4620c8646e416797286f48640 |
Eval Count | 0 |
Decode Time | 82 ms |