phpcs cleanup

This commit is contained in:
Corey McKrill 2023-11-03 18:33:29 -07:00
parent c30851fe1c
commit 4c60f62993
No known key found for this signature in database
GPG Key ID: 84BBFE669C4D97B8
1 changed files with 2 additions and 2 deletions

View File

@ -481,8 +481,8 @@ class PageController {
* @return string
*/
private function format_line( string $text, int $line_number ): string {
$severity_levels = WC_Log_Levels::get_all_severity_levels();
$classes = array( 'line' );
$severity_levels = WC_Log_Levels::get_all_severity_levels();
$classes = array( 'line' );
$text = esc_html( trim( $text ) );
if ( empty( $text ) ) {