From b925222cb9e438089f826e061ec8e6043e8573af Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 7 Feb 2016 01:17:50 +0000 Subject: [PATCH] Docs: Fix one line of the DocBlock for the `JsonSerializable` compat interface to use a tab instead of spaces. Props Frozzare. Fixes #35699. git-svn-id: https://develop.svn.wordpress.org/trunk@36490 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/compat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/compat.php b/src/wp-includes/compat.php index 14b5fd2155..cfb0f70aa8 100644 --- a/src/wp-includes/compat.php +++ b/src/wp-includes/compat.php @@ -421,7 +421,7 @@ if ( ! interface_exists( 'JsonSerializable' ) ) { * * Compatibility shim for PHP <5.4 * - * @link http://php.net/jsonserializable + * @link http://php.net/jsonserializable * * @since 4.4.0 */