Skip to content

Commit

Permalink
Merge pull request #111 from wp-cli/fix/remove-superfluous-arg-in-step
Browse files Browse the repository at this point in the history
Remove superfluous argument in step definition
  • Loading branch information
schlessera authored Mar 5, 2021
2 parents f288c72 + 7af96ca commit a0c01b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Context/GivenStepDefinitions.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function given_a_wp_installation_with_composer() {
/**
* @Given a WP install(ation) with Composer and a custom vendor directory :vendor_directory
*/
public function given_a_wp_installation_with_composer_and_a_custom_vendor_folder( $_, $vendor_directory ) {
public function given_a_wp_installation_with_composer_and_a_custom_vendor_folder( $vendor_directory ) {
$this->install_wp_with_composer( $vendor_directory );
}

Expand Down

0 comments on commit a0c01b5

Please sign in to comment.