Docs: Fix incorrect @return tag in wp_check_filetype() tests.

`@return[]` is not a valid tag. Fixed now, though without further specification.

Reference: [https://developer.wordpress.org/coding-standards/inline-documentation-standards/php/#phpdoc-tags PHP Documentation Standards: PHPDoc Tags].

Follow-up to [55456].

Props jrf.
See #59651.
Built from https://develop.svn.wordpress.org/trunk@57101


git-svn-id: http://core.svn.wordpress.org/trunk@56612 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-11-10 10:49:28 +00:00
parent 2169e79e83
commit 9f81d01334

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.5-alpha-57100';
$wp_version = '6.5-alpha-57101';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.