We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7c5aee commit 6f89a54Copy full SHA for 6f89a54
includes/site-health/audit-autoloaded-options/helper.php
@@ -118,7 +118,7 @@ function perflab_aao_autoloaded_options_size(): int {
118
*
119
* @global wpdb $wpdb WordPress database abstraction object.
120
121
- * @return array<string, object{option_name: string, option_value_length: int}> Autoloaded data as option names and their sizes.
+ * @return array<object{option_name: string, option_value_length: int}> Autoloaded data as option names and their sizes.
122
*/
123
function perflab_aao_query_autoloaded_options(): array {
124
0 commit comments