Completed
Push — master ( dec0a7...80545a )
by Igor
06:54
created
models/forms/SignupForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Yii;
6 6
 use app\models\User;
7
-use app\models\UserProfile;
8 7
 
9 8
 class SignupForm extends \yii\base\Model
10 9
 {
Please login to merge, or discard this patch.
models/forms/SignupProviderForm.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,6 @@
 block discarded – undo
227 227
     /**
228 228
      * Prepare profile attributes for twitter
229 229
      *
230
-     * @param array $data Data from social network
231 230
      * @return array
232 231
      */
233 232
     private function parseProfileTwitter()
Please login to merge, or discard this patch.
models/forms/LoginForm.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -54,8 +54,6 @@
 block discarded – undo
54 54
      * Validates the password
55 55
      * This method serves as the inline validation for password
56 56
      *
57
-     * @param string $attribute The attribute currently being validated
58
-     * @param array $params The additional name-value pairs given in the rule
59 57
      */
60 58
     public function validatePassword()
61 59
     {
Please login to merge, or discard this patch.
modules/admin/models/forms/LoginForm.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -55,8 +55,6 @@
 block discarded – undo
55 55
      * Validates the password.
56 56
      * This method serves as the inline validation for password.
57 57
      *
58
-     * @param string $attribute The attribute currently being validated.
59
-     * @param array $params The additional name-value pairs given in the rule.
60 58
      */
61 59
     public function validatePassword()
62 60
     {
Please login to merge, or discard this patch.