From 0f534cfe11e87886418ee37ba4e52fc53a04d8ba Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 6 Apr 2019 16:01:36 +0000 Subject: [PATCH] PHPCS: Fix WPCS violation in [45119]. See #46809. git-svn-id: https://develop.svn.wordpress.org/trunk@45122 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-debug-data.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-debug-data.php b/src/wp-admin/includes/class-wp-debug-data.php index e646cad3e4..4884de2700 100644 --- a/src/wp-admin/includes/class-wp-debug-data.php +++ b/src/wp-admin/includes/class-wp-debug-data.php @@ -943,7 +943,7 @@ class WP_Debug_Data { $return .= "\n"; } - $return .= "`"; + $return .= '`'; return $return; }