Completed
Pull Request — master (#2466)
by
unknown
46s
created
classes/controllers/FrmWelcomeTourController.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 		$current_step = 0;
123 123
 		foreach ( $step_keys as $step_key ) {
124 124
 			if ( in_array( $step_key, self::$checklist['completed_steps'], true ) ) {
125
-				$current_step++;
125
+				$current_step ++;
126 126
 			} else {
127 127
 				break;
128 128
 			}
Please login to merge, or discard this patch.
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@
 block discarded – undo
196 196
 	 *
197 197
 	 * @return array
198 198
 	 */
199
-	private static function get_js_variables() {		
199
+	private static function get_js_variables() {
200 200
 		return array(
201 201
 			'IS_WELCOME_TOUR_SEEN' => ! self::is_welcome_tour_not_seen(),
202 202
 			'i18n'                 => array(),
Please login to merge, or discard this patch.