Completed
Push — 1 ( 7eefbf...13c7dd )
by Morven
02:57
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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 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
     {
Please login to merge, or discard this patch.