style: Laravel Pint 코드 포맷팅 적용
- PSR-12 스타일 가이드 준수 - 302개 파일 스타일 이슈 자동 수정 - 코드 로직 변경 없음 (포맷팅만)
This commit is contained in:
@@ -16,6 +16,7 @@ class AuditLogApi
|
||||
* tags={"Design Audit"},
|
||||
* summary="List audit logs",
|
||||
* security={{"ApiKeyAuth": {}, "BearerAuth": {}}},
|
||||
*
|
||||
* @OA\Parameter(name="page", in="query", @OA\Schema(type="integer", minimum=1)),
|
||||
* @OA\Parameter(name="size", in="query", @OA\Schema(type="integer", minimum=1, maximum=200)),
|
||||
* @OA\Parameter(name="target_type", in="query", @OA\Schema(type="string")),
|
||||
@@ -24,11 +25,14 @@ class AuditLogApi
|
||||
* @OA\Parameter(name="actor_id", in="query", @OA\Schema(type="integer")),
|
||||
* @OA\Parameter(name="from", in="query", @OA\Schema(type="string", format="date-time")),
|
||||
* @OA\Parameter(name="to", in="query", @OA\Schema(type="string", format="date-time")),
|
||||
*
|
||||
* @OA\Response(
|
||||
* response=200,
|
||||
* description="List",
|
||||
*
|
||||
* @OA\JsonContent(
|
||||
* type="object",
|
||||
*
|
||||
* @OA\Property(property="success", type="boolean"),
|
||||
* @OA\Property(property="message", type="string"),
|
||||
* @OA\Property(property="data", type="object",
|
||||
|
||||
Reference in New Issue
Block a user