Fix Squiz.ControlStructures.ControlSignature violations
This commit fixes all violations of the Squiz.ControlStructures.ControlSignature sniff automatically using phpcbf.
This commit is contained in:
parent
24cc92e67a
commit
90dbd8295f
|
@ -31,7 +31,8 @@ get_header( 'shop' ); ?>
|
||||||
do_action( 'woocommerce_before_main_content' );
|
do_action( 'woocommerce_before_main_content' );
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?php while ( have_posts() ) : the_post(); ?>
|
<?php while ( have_posts() ) : ?>
|
||||||
|
<?php the_post(); ?>
|
||||||
|
|
||||||
<?php wc_get_template_part( 'content', 'single-product' ); ?>
|
<?php wc_get_template_part( 'content', 'single-product' ); ?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue