[wp-trac] [WordPress Trac] #61860: PHPCS: Empty FOREACH statement detected

WordPress Trac noreply at wordpress.org
Mon Aug 12 15:07:13 UTC 2024


#61860: PHPCS: Empty FOREACH statement detected
-------------------------------+------------------------------
 Reporter:  dhruvang21         |       Owner:  (none)
     Type:  enhancement        |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Formatting         |     Version:  4.2.3
 Severity:  normal             |  Resolution:
 Keywords:  changes-requested  |     Focuses:  docs
-------------------------------+------------------------------

Comment (by mi5t4n):

 Can't we do this, if phpcs is throwing error.

 {{{#!php
 <?php
 $needle = current( array_keys( $replace_pairs ) );
 $replace = current( array_values( $replace_pairs ) );
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/61860#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list