Skip to content

Commit a0c01b5

Browse files
authored
Merge pull request #111 from wp-cli/fix/remove-superfluous-arg-in-step
Remove superfluous argument in step definition
2 parents f288c72 + 7af96ca commit a0c01b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Context/GivenStepDefinitions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function given_a_wp_installation_with_composer() {
126126
/**
127127
* @Given a WP install(ation) with Composer and a custom vendor directory :vendor_directory
128128
*/
129-
public function given_a_wp_installation_with_composer_and_a_custom_vendor_folder( $_, $vendor_directory ) {
129+
public function given_a_wp_installation_with_composer_and_a_custom_vendor_folder( $vendor_directory ) {
130130
$this->install_wp_with_composer( $vendor_directory );
131131
}
132132

0 commit comments

Comments
 (0)