Skip to content

Commit 9f5f438

Browse files
committed
PHPStan fix
1 parent 8371760 commit 9f5f438

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Core_Language_Command.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ public function install( $args, $assoc_args ) {
235235
$errors = 0;
236236
$skips = 0;
237237
foreach ( $language_codes as $language_code ) {
238+
$result = [];
239+
238240
if ( $has_format_flag ) {
239241
$result = [
240242
'locale' => $language_code,

0 commit comments

Comments
 (0)