Skip to content

Commit

Permalink
:octocat: leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Apr 10, 2024
1 parent bbcc14e commit ec5e519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/create-description.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

foreach(getProviders(__DIR__.'/../src/Providers') as $p){
/** @var \OAuthExampleProviderFactory $factory */
$provider = $factory->getProvider($p['fqcn'], '', OAuthExampleProviderFactory::STORAGE_MEMORY);
$provider = $factory->getProvider($p['fqcn'], OAuthExampleProviderFactory::STORAGE_MEMORY);

$oauth = match(true){
$provider instanceof OAuth2Interface => '2',
Expand Down

0 comments on commit ec5e519

Please sign in to comment.