Completed
Push — develop ( ad92f3...c09e63 )
by Greg
11:39
created
app/Http/Controllers/LoginController.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -406,10 +406,10 @@
 block discarded – undo
406 406
 	}
407 407
 
408 408
 		/**
409
-	 * Respond to a link which was sent to a user to verify their email address.
410
-	 *
411
-	 * @param Tree $tree
412
-	 */
409
+		 * Respond to a link which was sent to a user to verify their email address.
410
+		 *
411
+		 * @param Tree $tree
412
+		 */
413 413
 	public function verifyEmailAction(Tree $tree) {
414 414
 		$id   = Filter::get('id');
415 415
 		$code = Filter::get('code');
Please login to merge, or discard this patch.