Skip to content

Commit

Permalink
ignore the lint warning about indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jun 4, 2024
1 parent 4eabfa6 commit 2e89a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/network/includes-network.php
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ function network_step2( $errors = false ) {
?>
</label></p>
<textarea id="network-wpconfig-rules" class="code" readonly="readonly" cols="100" rows="8" aria-describedby="network-wpconfig-rules-description">
<?php ob_start(); ?>
<?php ob_start(); // phpcs:ignore Generic.WhiteSpace.ScopeIndent.Incorrect ?>
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', <?php echo $subdomain_install ? 'true' : 'false'; ?> );
// Use PANTHEON_HOSTNAME if in a Pantheon environment, otherwise use HTTP_HOST.
Expand Down

0 comments on commit 2e89a63

Please sign in to comment.