summaryrefslogtreecommitdiffstatshomepage
path: root/src/wp-includes/rest-api/class-wp-rest-server.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/wp-includes/rest-api/class-wp-rest-server.php')
-rw-r--r--src/wp-includes/rest-api/class-wp-rest-server.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wp-includes/rest-api/class-wp-rest-server.php b/src/wp-includes/rest-api/class-wp-rest-server.php
index 85866e26d9..6a972b6468 100644
--- a/src/wp-includes/rest-api/class-wp-rest-server.php
+++ b/src/wp-includes/rest-api/class-wp-rest-server.php
@@ -1203,7 +1203,7 @@ class WP_REST_Server {
*
* @since 4.4.0
*
- * @return bool|string Boolean false or string error message.
+ * @return false|string Boolean false or string error message.
*/
protected function get_json_last_error() {
$last_error_code = json_last_error();