From f28d8f2ec82c9ea049d6ac148414df148f0e19bc Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Fri, 30 Jan 2026 15:26:54 -0500 Subject: [PATCH] fixed linting --- src/Cli/Commands/OAuth/ClientCapabilities.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cli/Commands/OAuth/ClientCapabilities.php b/src/Cli/Commands/OAuth/ClientCapabilities.php index 9f9de06..b1991c0 100644 --- a/src/Cli/Commands/OAuth/ClientCapabilities.php +++ b/src/Cli/Commands/OAuth/ClientCapabilities.php @@ -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();