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 9c84eb7 commit ebb2277Copy full SHA for ebb2277
plugins/performance-lab/includes/site-health/audit-enqueued-assets/helper.php
@@ -313,7 +313,7 @@ static function ( $carry, $asset ): int {
313
* } $blocking_assets
314
*
315
* @param array<string, mixed> $blocking_assets Array of blocking assets.
316
- * @return array{status: string, description: string} Result.
+ * @return array{status: 'good'|'recommended', description: string} Result.
317
*/
318
function perflab_aea_enqueued_blocking_styles( array $blocking_assets ): array {
319
$enqueued_styles = count( $blocking_assets['styles'] );
0 commit comments