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\Tests\Fi..
Decoded Output download
<?php declare(strict_types=1);
/**
* @license Apache 2.0
*/
namespace OpenApi\Tests\Fixtures;
use OpenApi\Annotations as OA;
/**
* @OA\Info(title="Fixture for AugmentOperationTest", version="test")
*/
class UsingPhpDoc
{
/**
* Example summary.
*
* Example description...
* More description...
*
* @OA\Get(path="api/test1", @OA\Response(response="200", description="a response"))
*/
public function methodWithDescription()
{
}
/**
* Example summary.
*
* @OA\Get(path="api/test2", @OA\Response(response="200", description="a response"))
*/
public function methodWithSummary()
{
}
}
?>
Did this file decode correctly?
Original Code
<?php declare(strict_types=1);
/**
* @license Apache 2.0
*/
namespace OpenApi\Tests\Fixtures;
use OpenApi\Annotations as OA;
/**
* @OA\Info(title="Fixture for AugmentOperationTest", version="test")
*/
class UsingPhpDoc
{
/**
* Example summary.
*
* Example description...
* More description...
*
* @OA\Get(path="api/test1", @OA\Response(response="200", description="a response"))
*/
public function methodWithDescription()
{
}
/**
* Example summary.
*
* @OA\Get(path="api/test2", @OA\Response(response="200", description="a response"))
*/
public function methodWithSummary()
{
}
}
Function Calls
None |
Stats
MD5 | 70be8fa6a288849323153a8f13914755 |
Eval Count | 0 |
Decode Time | 88 ms |