Skip to content

Commit

Permalink
Apply fixes from StyleCI (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
adaojunior authored Feb 12, 2020
1 parent e1aac6e commit 2017cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SocialGrantUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ interface SocialGrantUserProvider
* @param ClientEntityInterface $client
* @return Authenticatable|null
*/
public function getUserByAccessToken(string $provider, string $accessToken, ClientEntityInterface $client):? Authenticatable;
public function getUserByAccessToken(string $provider, string $accessToken, ClientEntityInterface $client): ?Authenticatable;
}

0 comments on commit 2017cf4

Please sign in to comment.