Skip to content

Commit

Permalink
Update ClientFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
42phoenix42 authored Mar 29, 2024
1 parent 4b3c6e9 commit 786d9c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Symfony/Client/DependencyInjection/ClientFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ public static function getConfiguration(bool $debug, string $name = 'client'): N
->info('The array contains driver specific options')
->ignoreExtraKeys(false)
->end()
->end()->end()
;
->end();

return $builder;
}
Expand Down

0 comments on commit 786d9c2

Please sign in to comment.