PHPCS: Fix WPCS violation in [45119].

See #46809.

git-svn-id: https://develop.svn.wordpress.org/trunk@45122 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-04-06 16:01:36 +00:00
parent c8a29d2789
commit 0f534cfe11

View File

@ -943,7 +943,7 @@ class WP_Debug_Data {
$return .= "\n";
}
$return .= "`";
$return .= '`';
return $return;
}