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

See #54729


git-svn-id: https://develop.svn.wordpress.org/trunk@52652 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2022-01-30 19:23:25 +00:00
parent a88723499c
commit 3fdce9eb4b
15 changed files with 29 additions and 28 deletions
+1 -1
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' );