Completed
Pull Request — master (#2466)
by
unknown
48s
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
@@ -183,7 +183,7 @@
 block discarded – undo
183 183
 	 *
184 184
 	 * @return array
185 185
 	 */
186
-	private static function get_js_variables() {		
186
+	private static function get_js_variables() {
187 187
 		return array(
188 188
 			'IS_WELCOME_TOUR_SEEN' => ! self::is_welcome_tour_not_seen(),
189 189
 			'i18n'                 => array(
Please login to merge, or discard this patch.