Skip to content

Commit

Permalink
Merge pull request #126 from knpuniversity/flintci-10696
Browse files Browse the repository at this point in the history
Applied fixes from FlintCI
  • Loading branch information
weaverryan authored Sep 10, 2018
2 parents 1eae8c3 + 3e1d877 commit a7faba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/DependencyInjection/ProviderFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace KnpU\OAuth2ClientBundle\DependencyInjection;

use GuzzleHttp\ClientInterface;
use Symfony\Component\Routing\Generator\UrlGeneratorInterface;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function testFacebookProviderMakesService()
['clientId' => 'CLIENT_ID', 'clientSecret' => 'SECRET', 'graphApiVersion' => 'API_VERSION'],
'the_route_name',
['route_params' => 'foo'],
[]
[],
],
// these arguments will be passed to the factory's method
$providerDefinition->getArguments()
Expand Down

0 comments on commit a7faba0

Please sign in to comment.