We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d677fa commit 12a2bc5Copy full SHA for 12a2bc5
1 file changed
src/wp-admin/includes/class-wp-site-health.php
@@ -167,7 +167,17 @@ public function enqueue_scripts() {
167
* @since 5.4.0
168
*
169
* @param callable $callback
170
- * @return mixed
+ * @return array{
171
+ * label: string,
172
+ * status: 'good'|'recommended'|'critical',
173
+ * badge: array{
174
175
+ * color: string,
176
+ * },
177
+ * description: string,
178
+ * actions: string,
179
+ * test: string,
180
+ * }
181
*/
182
private function perform_test( $callback ) {
183
/**
0 commit comments