Skip to content

Commit

Permalink
Fix broken CS
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored Apr 6, 2023
1 parent 105085b commit 5513099
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Client/OAuth2PKCEClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ class OAuth2PKCEClient extends OAuth2Client

private RequestStack $requestStack;

public function __construct(AbstractProvider $provider,
RequestStack $requestStack)
public function __construct(AbstractProvider $provider, RequestStack $requestStack)
{
parent::__construct($provider, $requestStack);
$this->requestStack = $requestStack;
Expand Down

0 comments on commit 5513099

Please sign in to comment.