style: Pint 포맷팅 적용

This commit is contained in:
김보곤
2026-02-25 11:45:01 +09:00
parent 68b1622a4e
commit 9a7c548246
199 changed files with 1420 additions and 1083 deletions

View File

@@ -274,9 +274,9 @@ public function run(): void
]));
}
$this->command->info('QuoteFormulaSeeder: ' . count($formulas) . '개 수식 생성 완료');
$this->command->info(' - 입력변수: ' . count($inputVars) . '개');
$this->command->info(' - 계산변수: ' . count($calcVars) . '개');
$this->command->info(' - 범위선택: ' . count($rangeVars) . '개');
$this->command->info('QuoteFormulaSeeder: '.count($formulas).'개 수식 생성 완료');
$this->command->info(' - 입력변수: '.count($inputVars).'개');
$this->command->info(' - 계산변수: '.count($calcVars).'개');
$this->command->info(' - 범위선택: '.count($rangeVars).'개');
}
}
}