Passed
Push — master ( 28a360...d194a0 )
by Mihail
11:20
created
Apps/Model/Front/Profile/FormAvatarUpload.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -20,8 +20,8 @@  discard block
 block discarded – undo
20 20
     const COMPRESS_QUALITY = 90;
21 21
 
22 22
     /**
23
-    * Form text helper data with translation
24
-    */
23
+     * Form text helper data with translation
24
+     */
25 25
     public function labels()
26 26
     {
27 27
         return [
@@ -30,8 +30,8 @@  discard block
 block discarded – undo
30 30
     }
31 31
 
32 32
     /**
33
-    * Validation rules for avatar uploading
34
-    */
33
+     * Validation rules for avatar uploading
34
+     */
35 35
     public function rules()
36 36
     {
37 37
         return [
Please login to merge, or discard this patch.
Apps/Model/Front/User/FormSocialAuth.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -44,8 +44,8 @@
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-    * Parse user identifier to attributes
48
-    */
47
+     * Parse user identifier to attributes
48
+     */
49 49
     public function before()
50 50
     {
51 51
         // set unique user id from provider response
Please login to merge, or discard this patch.