Passed
Pull Request — master (#1)
by
unknown
02:29
created
src/Page/UserProfilePageController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -36,9 +36,9 @@
 block discarded – undo
36 36
     }
37 37
     
38 38
     /**
39
-    * Returns the profile form
40
-    * @return \UserManagement\Forms\ProfileForm
41
-    */
39
+     * Returns the profile form
40
+     * @return \UserManagement\Forms\ProfileForm
41
+     */
42 42
     public function ProfileForm()
43 43
     {
44 44
         $form = new ProfileForm($this, 'ProfileForm');
Please login to merge, or discard this patch.
src/Reports/UserReport.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -94,11 +94,11 @@  discard block
 block discarded – undo
94 94
     }
95 95
     
96 96
     /**
97
-    * @param string $start
98
-    * @param string $end
99
-    * @param string $firstName
100
-    * @return string | false
101
-    */
97
+     * @param string $start
98
+     * @param string $end
99
+     * @param string $firstName
100
+     * @return string | false
101
+     */
102 102
     public function FilterByDate($start, $end)
103 103
     {
104 104
         $filter = false;
@@ -113,10 +113,10 @@  discard block
 block discarded – undo
113 113
     }
114 114
 
115 115
     /**
116
-    * @param string $firstName
117
-    * @param string $filter
118
-    * @return string | false
119
-    */
116
+     * @param string $firstName
117
+     * @param string $filter
118
+     * @return string | false
119
+     */
120 120
     public function FilterByName($filter, $firstName)
121 121
     {
122 122
         if ($firstName) {
Please login to merge, or discard this patch.