Completed
Pull Request — master (#630)
by Sean
04:25 queued 01:20
created
code/control/DeployDispatcher.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 	 *
56 56
 	 * @param \SS_HTTPRequest $request
57 57
 	 *
58
-	 * @return \HTMLText|\SS_HTTPResponse
58
+	 * @return SS_HTTPResponse|null
59 59
 	 */
60 60
 	public function index(\SS_HTTPRequest $request) {
61 61
 		return $this->redirect(\Controller::join_links($this->Link(), 'history'), 302);
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
 	 *
175 175
 	 * @param SS_HTTPRequest $request
176 176
 	 *
177
-	 * @return string
177
+	 * @return SS_HTTPResponse|null
178 178
 	 * @throws SS_HTTPResponse_Exception
179 179
 	 */
180 180
 	public function log(SS_HTTPRequest $request) {
Please login to merge, or discard this patch.