Passed
Push — master ( 5772c9...35b01c )
by Leon
02:15
created
includes/class-meta-box.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -296,7 +296,7 @@
 block discarded – undo
296 296
 				/**
297 297
 				 * Initiate the metabox.
298 298
 				 */
299
-				if ($post_id_text !== ''){
299
+				if ($post_id_text !== '') {
300 300
 				${ 'cmb_' . $id } = new_cmb2_box( array(
301 301
 					'id'           => $id,
302 302
 					'title'        => $title,
Please login to merge, or discard this patch.