style: Pint 포맷팅 적용
This commit is contained in:
@@ -42,12 +42,19 @@ public function user()
|
||||
}
|
||||
|
||||
const STATUS_PENDING = 'pending';
|
||||
|
||||
const STATUS_ANALYZING = 'analyzing';
|
||||
|
||||
const STATUS_GENERATING_SLIDES = 'generating_slides';
|
||||
|
||||
const STATUS_GENERATING_TTS = 'generating_tts';
|
||||
|
||||
const STATUS_GENERATING_BGM = 'generating_bgm';
|
||||
|
||||
const STATUS_ASSEMBLING = 'assembling';
|
||||
|
||||
const STATUS_COMPLETED = 'completed';
|
||||
|
||||
const STATUS_FAILED = 'failed';
|
||||
|
||||
public function updateProgress(string $status, int $progress, string $step): void
|
||||
|
||||
Reference in New Issue
Block a user