@@ -7,7 +7,6 @@ |
||
7 | 7 | use Symfony\Component\HttpFoundation\RedirectResponse; |
8 | 8 | use Symfony\Component\HttpFoundation\Request; |
9 | 9 | use Symfony\Component\HttpFoundation\Response; |
10 | -use Hybridauth\HttpClient\Util; |
|
11 | 10 | |
12 | 11 | class HybridEndPointController extends Controller |
13 | 12 | { |
@@ -64,8 +64,8 @@ discard block |
||
64 | 64 | * @param ObjectManager $manager |
65 | 65 | * @param array $config |
66 | 66 | * @param bool $storeForUser |
67 | - * @param $storeAsCookie |
|
68 | - * @param $expiresInDays |
|
67 | + * @param boolean $storeAsCookie |
|
68 | + * @param integer $expiresInDays |
|
69 | 69 | */ |
70 | 70 | public function __construct(UrlGeneratorInterface $router, TokenStorageInterface $tokenStorage, ObjectManager $manager, $config, $storeForUser, $storeAsCookie, $expiresInDays) |
71 | 71 | { |
@@ -88,7 +88,7 @@ discard block |
||
88 | 88 | * HybridAuthSessions will be restored from DB and/or cookies, according to the bundle configuration. |
89 | 89 | * |
90 | 90 | * @param $cookieSessionData |
91 | - * @param $provider |
|
91 | + * @param string $provider |
|
92 | 92 | * |
93 | 93 | * @return \Hybridauth\Adapter\AdapterInterface |
94 | 94 | */ |
@@ -252,7 +252,7 @@ discard block |
||
252 | 252 | /** |
253 | 253 | * Get the LinkedIn Adapter. |
254 | 254 | * |
255 | - * @return \Hybrid_Providers_LinkedIn |
|
255 | + * @return \Hybridauth\Adapter\AdapterInterface |
|
256 | 256 | */ |
257 | 257 | public function getLinkedIn() |
258 | 258 | { |