Skip to content

Commit eb3cba0

Browse files
Update sparxstar-gluon.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Max Barrett <34328348+MaximillianGroup@users.noreply.github.com>
1 parent f4e9382 commit eb3cba0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sparxstar-gluon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ static function () use ( $message ): void {
214214
}
215215

216216
if ( function_exists( 'error_log' ) ) {
217-
\error_log( '[SPARXSTAR GLUON] ' . $message );
217+
\error_log( '[SPARXSTAR GLUON] ' . $message ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log -- Last-resort logging when SparxstarGluonLogger is unavailable.
218218
}
219219
}
220220

0 commit comments

Comments
 (0)