DarkaOnLine/L5-Swagger

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Tests\storage\annotations\OpenApi;

/**
 * @OA\OpenApi(
 *   security={
 *     {
 *       "oauth2": {"read:oauth2"},
 *     }
 *   }
 * )
 */
class L5SwaggerAnnotationsExampleSecurity
{
}