Skip to content

Commit f577cfe

Browse files
committed
phpcs
1 parent 798fe50 commit f577cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/bootstrap/FeatureContext.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@ public function install_wp( $subdir = '' ) {
857857
mkdir( $install_cache_path );
858858
self::dir_diff_copy( $run_dir, self::$cache_dir, $install_cache_path );
859859

860-
$mysqldump_binary = Utils\force_env_on_nix_systems( 'mysqldump' );
860+
$mysqldump_binary = Utils\force_env_on_nix_systems( 'mysqldump' );
861861
$support_column_statistics = exec( "{$mysqldump_binary} --help | grep 'column-statistics'" );
862862
$command = 'mysqldump --no-defaults';
863863
if ( $support_column_statistics ) {

0 commit comments

Comments
 (0)