Docs: Increase the specificity of types in various inline documentation.

See #54729

Built from https://develop.svn.wordpress.org/trunk@52652


git-svn-id: http://core.svn.wordpress.org/trunk@52241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn
2022-01-30 19:25:03 +00:00
parent effadc5da9
commit ecc08a41f6
16 changed files with 30 additions and 29 deletions

View File

@@ -53,7 +53,7 @@ class WP_Date_Query {
* Supported time-related parameter keys.
*
* @since 4.1.0
* @var array
* @var string[]
*/
public $time_keys = array( 'after', 'before', 'year', 'month', 'monthnum', 'week', 'w', 'dayofyear', 'day', 'dayofweek', 'dayofweek_iso', 'hour', 'minute', 'second' );