| @@ -38,9 +38,9 @@ | ||
| 38 | 38 | echo '</DocumentProperties>'; |
| 39 | 39 | echo '<Styles><Style ss:ID="s62"><Font ss:Bold="1"/></Style></Styles>'; |
| 40 | 40 | echo '<Worksheet ss:Name="Table ' . esc_attr( $this->table_names ) . ' export">'; |
| 41 | 41 | echo '<Table>'; |
| 42 | - if ( is_array( $this->rows ) && count( $this->rows ) > 0 ) {//phpcs:ignore - 8.1 proof | |
| 42 | + if ( is_array( $this->rows ) && count( $this->rows ) > 0 ) { // phpcs:ignore -- 8.1 proof | |
| 43 | 43 | echo '<Row>'; |
| 44 | 44 | foreach ( $this->rows[0] as $column_name => $column_value ) { |
| 45 | 45 | echo '<Cell ss:StyleID="s62"><Data ss:Type="String">' . esc_attr( $this->wpda_list_columns->get_column_label( $column_name ) ) . '</Data></Cell>'; |
| 46 | 46 | } |