Docs: Remove extra spaces in various REST API DocBlocks.

See #47110.

git-svn-id: https://develop.svn.wordpress.org/trunk@46069 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2019-09-05 23:04:05 +00:00
parent 32086d74fc
commit 800b8cf5ec
8 changed files with 22 additions and 22 deletions
@@ -474,7 +474,7 @@ abstract class WP_REST_Controller {
*
* @since 4.7.0
*
* @param string $object_type Optional. The object type.
* @param string $object_type Optional. The object type.
* @return array Registered additional fields (if any), empty array if none or if the object type could
* not be inferred.
*/