fixed linting
All checks were successful
🧪✨ Tests Workflow / 🧪 ✨ Database Migrations (push) Successful in -24s
🧪✨ Tests Workflow / 🛡️ 🔒 License Check (push) Successful in -29s
🧪✨ Tests Workflow / 📝 ✨ Code Lint (push) Successful in -30s
🧪✨ Tests Workflow / 🛡️ 🔒 Library Audit (push) Successful in -19s
🧪✨ Tests Workflow / 🐙 🔍 Code Sniffer (push) Successful in -14s
🧪✨ Tests Workflow / 🧪 ✅ Unit Tests (push) Successful in -47s

This commit is contained in:
2026-01-30 15:26:54 -05:00
parent b4c892c104
commit f28d8f2ec8

View File

@@ -71,7 +71,7 @@ class ClientCapabilities extends Command
return \Symfony\Component\Console\Command\Command::SUCCESS;
}
private function manageClientScopes($input, ClimateOutput|OutputInterface $output, Client $client): void
private function manageClientScopes($input, ClimateOutput $output, Client $client): void
{
$allScopes = Scope::all();