Completed
Push — master ( b16381...2ed533 )
by Michael
07:11 queued 04:55
created
public/includes/tour.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -16,9 +16,9 @@  discard block
 block discarded – undo
16 16
 	}
17 17
 
18 18
 	/**
19
-	*	Draw the modal used to house the walk through
20
-	*	@since 0.6
21
-	*/
19
+	 *	Draw the modal used to house the walk through
20
+	 *	@since 0.6
21
+	 */
22 22
 	public function draw_tour() {
23 23
 
24 24
 		$tour_hidden = get_user_meta( get_current_user_ID(), 'lasso_hide_tour', true );
@@ -76,9 +76,9 @@  discard block
 block discarded – undo
76 76
 	}
77 77
 
78 78
 	/**
79
-	*	Draw the inner slides for the welcome walkthrough
80
-	*	@since 0.6
81
-	*/
79
+	 *	Draw the inner slides for the welcome walkthrough
80
+	 *	@since 0.6
81
+	 */
82 82
 	public function tour_slides() { ?>
83 83
 
84 84
 		<div id="lasso--loading" class="lasso--loading"><div class="lasso--loader"></div></div>
Please login to merge, or discard this patch.
internal-api/auth.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,6 @@
 block discarded – undo
81 81
 	 *
82 82
 	 * @param string $action The AJAX action we are processing.
83 83
 	 * @param string|object $callback The class to use for the callback. Either the name of the class or an instance of that class.
84
-
85 84
 	 *
86 85
 	 * @return \lasso\internal_api\auth
87 86
 	 */
Please login to merge, or discard this patch.