From 611460317a96fe6becda61fc06e898b477a4141b Mon Sep 17 00:00:00 2001 From: Vishal Kakadiya Date: Sat, 24 Sep 2016 10:16:22 +0530 Subject: [PATCH] Fixed whitespace issue --- includes/vendor/class-wp-rest-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/vendor/class-wp-rest-controller.php b/includes/vendor/class-wp-rest-controller.php index 9b2c955a71e..1c940096ca2 100644 --- a/includes/vendor/class-wp-rest-controller.php +++ b/includes/vendor/class-wp-rest-controller.php @@ -361,7 +361,7 @@ abstract class WP_REST_Controller { * The type of object is inferred from the passed schema. * * @param array $schema Schema array. - * + * * @return array $schema Schema array. */ protected function add_additional_fields_schema( $schema ) {