DarkaOnLine/L5-Swagger

View on GitHub
tests/storage/annotations/OpenApi/L5SwaggerAnnotationsExampleServer.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Tests\storage\annotations\OpenApi;

/**
 *  @OA\Server(
 *      url=L5_SWAGGER_CONST_HOST,
 *      description="L5 Swagger OpenApi dynamic host server"
 *  )
 *
 *  @OA\Server(
 *      url="https://projects.dev/api/v1",
 *      description="L5 Swagger OpenApi Server"
 * )
 */
class L5SwaggerAnnotationsExampleServer
{
}