Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan committed May 22, 2024
1 parent 1223056 commit 5ea74de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/wporg-5ftf/includes/reports.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function render_company_report_page() {
if ( 250 == count( $pledges ) ) {
echo '<p>WARNING: pledge limit reached, check the code query.</p>';
}
?>
?>

Check failure on line 77 in plugins/wporg-5ftf/includes/reports.php

View workflow job for this annotation

GitHub Actions / PHP CodeSniffer

Tabs must be used to indent lines; spaces are not allowed

<p>
<b>Total:</b><?php echo count( $pledges ); ?>
Expand Down Expand Up @@ -106,7 +106,7 @@ function render_company_report_page() {
<th>Pledge created</th>
<th>Pledge updated</th>
</tr>
<?php
<?php

Check failure on line 109 in plugins/wporg-5ftf/includes/reports.php

View workflow job for this annotation

GitHub Actions / PHP CodeSniffer

Tabs must be used to indent lines; spaces are not allowed
$all_contributors = 0;

$export_data = array();
Expand Down

0 comments on commit 5ea74de

Please sign in to comment.