Skip to content

Commit

Permalink
Remove superfluous argument in step definition
Browse files Browse the repository at this point in the history
  • Loading branch information
schlessera committed Mar 5, 2021
1 parent f288c72 commit 7af96ca
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 7af96ca

Please sign in to comment.