Completed
Push — master ( da1163...908fd3 )
by Sathish
04:57
created
src/Page/UserProfilePageController.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -15,18 +15,18 @@  discard block
 block discarded – undo
15 15
 class UserProfilePageController extends PageController
16 16
 {
17 17
     /**
18
-    * @var string
19
-    */
18
+     * @var string
19
+     */
20 20
     private static $url_segment = 'my-profile';
21 21
 
22 22
     /**
23
-    * @var array
24
-    */
23
+     * @var array
24
+     */
25 25
     private static $allowed_actions = array('ProfileForm');
26 26
 
27 27
     /**
28
-    * @var mixed
29
-    */
28
+     * @var mixed
29
+     */
30 30
     private $member = false;
31 31
 
32 32
     public function init()
@@ -37,9 +37,9 @@  discard block
 block discarded – undo
37 37
     }
38 38
     
39 39
     /**
40
-    * Returns the profile form
41
-    * @return \UserManagement\Forms\ProfileForm
42
-    */
40
+     * Returns the profile form
41
+     * @return \UserManagement\Forms\ProfileForm
42
+     */
43 43
     public function ProfileForm()
44 44
     {
45 45
 
Please login to merge, or discard this patch.