Skip to content

Commit 5ed42b6

Browse files
swissspidyCopilot
andauthored
Update src/WP_CLI/CommandWithTranslation.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b9ab9b2 commit 5ed42b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WP_CLI/CommandWithTranslation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ protected function get_translation_updates() {
213213
$updates = array();
214214

215215
/**
216-
* @var object{translations: array{type: string, slug: string, language: string}} $transient
216+
* @var object{translations: list<array{type: string, slug: string, language: string}>} $transient
217217
*/
218218
$transient = get_site_transient( $transient );
219219

0 commit comments

Comments
 (0)