Skip to content

Commit

Permalink
Apply fixes from StyleCI (#12)
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
faustbrian authored Dec 6, 2016
1 parent f5f05c4 commit d90b788
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
namespace SocialiteProviders\LinkedIn;

use Illuminate\Support\Str;
use Laravel\Socialite\Two\ProviderInterface;
use SocialiteProviders\Manager\OAuth2\AbstractProvider;
use SocialiteProviders\Manager\OAuth2\User;
use Laravel\Socialite\Two\ProviderInterface;
use Symfony\Component\HttpFoundation\RedirectResponse;
use SocialiteProviders\Manager\OAuth2\AbstractProvider;

class Provider extends AbstractProvider implements ProviderInterface
{
Expand Down

0 comments on commit d90b788

Please sign in to comment.