You've already forked php-auth
generated from siteworxpro/Php-Template
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
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:
@@ -71,7 +71,7 @@ class ClientCapabilities extends Command
|
|||||||
return \Symfony\Component\Console\Command\Command::SUCCESS;
|
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();
|
$allScopes = Scope::all();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user