Completed
Push — develop ( ad92f3...c09e63 )
by Greg
11:39
created
app/helpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,8 +58,8 @@
 block discarded – undo
58 58
 /**
59 59
  * Views do not have namespaces, so create shortcuts to common functions.
60 60
  *
61
- * @param string $string
62 61
  *
62
+ * @param string $route
63 63
  * @return string
64 64
  */
65 65
 function url($route, array $parameters = array()) {
Please login to merge, or discard this patch.
app/Http/Controllers/LoginController.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -179,7 +179,6 @@  discard block
 block discarded – undo
179 179
 	/**
180 180
 	 * Handle a logout request.
181 181
 	 *
182
-	 * @param Tree|null $tree The current tree
183 182
 	 */
184 183
 	public function logoutAction() {
185 184
 		if (Auth::id()) {
@@ -393,7 +392,6 @@  discard block
 block discarded – undo
393 392
 	/**
394 393
 	 * Sucessful submission of a registration form.
395 394
 	 *
396
-	 * @param Tree $tree
397 395
 	 */
398 396
 	public function registrationConfirm() {
399 397
 		$id   = Filter::get('id');
Please login to merge, or discard this patch.