Skip to content

Commit 89767b4

Browse files
committed
PHPStan fix
1 parent 5b231f6 commit 89767b4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/Plugin_AutoUpdates_Command.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ public function disable( $args, $assoc_args ) {
169169
$auto_updates = [];
170170
}
171171

172+
/** @var array<string> $auto_updates */
173+
172174
$count = 0;
173175
$successes = 0;
174176

src/Theme_AutoUpdates_Command.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ public function disable( $args, $assoc_args ) {
169169
$auto_updates = [];
170170
}
171171

172+
/** @var array<string> $auto_updates */
173+
172174
$count = 0;
173175
$successes = 0;
174176

0 commit comments

Comments
 (0)