Completed
Push — master ( a5ba68...917ab9 )
by Dominik
20:27 queued 18:43
created
Controller/HybridEndPointController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
Services/AzineHybridAuth.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -64,8 +64,8 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.