From 2017cf427615b8b6f4f13c4a42d970b9c0d5ddf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ad=C3=A3o=20J=C3=BAnior?= Date: Wed, 12 Feb 2020 10:48:33 -0300 Subject: [PATCH] Apply fixes from StyleCI (#44) --- src/SocialGrantUserProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SocialGrantUserProvider.php b/src/SocialGrantUserProvider.php index ffc5835..56149aa 100644 --- a/src/SocialGrantUserProvider.php +++ b/src/SocialGrantUserProvider.php @@ -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; }