Completed
Push — 1 ( 13c7dd...13037b )
by Morven
01:38
created
code/control/Users_Account_Controller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -112,7 +112,7 @@
 block discarded – undo
112 112
      * Get an absolute link to this controller
113 113
      *
114 114
      * @param string $action
115
-     * @return string|null
115
+     * @return false|string
116 116
      */
117 117
     public function AbsoluteLink($action = null)
118 118
     {
Please login to merge, or discard this patch.
code/control/Users_Register_Controller.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
      * Get an absolute link to this controller
91 91
      *
92 92
      * @param string $action
93
-     * @return string|null
93
+     * @return false|string
94 94
      */
95 95
     public function AbsoluteLink($action = null)
96 96
     {
@@ -115,7 +115,7 @@  discard block
 block discarded – undo
115 115
      * Default action this controller will deal with
116 116
      *
117 117
      * @param SS_HTTPRequest $request
118
-     * @return string
118
+     * @return HTMLText
119 119
      */
120 120
     public function index(SS_HTTPRequest $request)
121 121
     {
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
      * emails are enabled and account is not already verified)
142 142
      *
143 143
      * @param SS_HTTPRequest $request
144
-     * @return string
144
+     * @return HTMLText
145 145
      */
146 146
     public function sendverification(SS_HTTPRequest $request)
147 147
     {
@@ -177,7 +177,7 @@  discard block
 block discarded – undo
177 177
      * ID) provided
178 178
      *
179 179
      * @param SS_HTTPRequest $request
180
-     * @return string
180
+     * @return HTMLText
181 181
      */
182 182
     public function verify(SS_HTTPRequest $request)
183 183
     {
Please login to merge, or discard this patch.