Skip to content

Commit 29b8d54

Browse files
committed
PHPStan fix
1 parent 3c61035 commit 29b8d54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Context/FeatureContext.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ private static function configure_sqlite( $dir ): void {
621621
/**
622622
* We cache the results of `wp core download` to improve test performance.
623623
* Ideally, we'd cache at the HTTP layer for more reliable tests.
624+
*
625+
* @param string $version
624626
*/
625627
private static function cache_wp_files( $version = '' ): void {
626628
$wp_version = $version ?: getenv( 'WP_VERSION' );

0 commit comments

Comments
 (0)