Completed
Push — master ( 142578...5f4f14 )
by Igor
06:03
created
components/auth/AuthHandler.php 2 patches
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,6 @@  discard block
 block discarded – undo
96 96
     /**
97 97
      * Find user by provider
98 98
      *
99
-     * @param string $token password reset token
100 99
      * @return app\models\User|null
101 100
      */
102 101
     private function findUserByProvider()
@@ -246,7 +245,6 @@  discard block
 block discarded – undo
246 245
     /**
247 246
      * Prepare profile attributes for twitter
248 247
      *
249
-     * @param array $data Data from social network
250 248
      * @return array
251 249
      */
252 250
     private function parseProfileTwitter($profile)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace app\helpers;
4 4
 
5
-use Yii;
6 5
 use yii\helpers\Html;
7 6
 
8 7
 class Util
Please login to merge, or discard this patch.
models/forms/SignupProviderForm.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
      */
19 19
     private $user = null;
20 20
 
21
+    /**
22
+     * @param User $user
23
+     */
21 24
     public function __construct($user)
22 25
     {
23 26
         $this->user = $user;
Please login to merge, or discard this patch.