Skip to content

Commit 1c87365

Browse files
committed
phpcs fixes
1 parent 94385b9 commit 1c87365

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wpengine-phpcompat.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ function settings_page() {
277277
<tr>
278278
<th scope="row"><label for="phptest_version"><?php esc_attr_e( 'PHP Version', 'php-compatibility-checker' ); ?></label></th>
279279
<td>
280-
<?php foreach( $phpversions as $name => $version ) {
280+
<?php
281+
foreach ( $phpversions as $name => $version ) {
281282
printf( '<label><input type="radio" name="phptest_version" value="%s" %s /> %s</label><br>', $version, checked( $test_version, $version, false ), $name );
282283
}
283284
?>

0 commit comments

Comments
 (0)