phpcs cleanup
This commit is contained in:
parent
c30851fe1c
commit
4c60f62993
|
@ -481,8 +481,8 @@ class PageController {
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
private function format_line( string $text, int $line_number ): string {
|
private function format_line( string $text, int $line_number ): string {
|
||||||
$severity_levels = WC_Log_Levels::get_all_severity_levels();
|
$severity_levels = WC_Log_Levels::get_all_severity_levels();
|
||||||
$classes = array( 'line' );
|
$classes = array( 'line' );
|
||||||
|
|
||||||
$text = esc_html( trim( $text ) );
|
$text = esc_html( trim( $text ) );
|
||||||
if ( empty( $text ) ) {
|
if ( empty( $text ) ) {
|
||||||
|
|
Loading…
Reference in New Issue