Skip to content

Conversation

@andrii-trush
Copy link
Contributor

The method $jsDriver->addToFormData() was being called with two arguments ($form, $data), while the JsDriver interface defines it to accept only one parameter:

public function addToFormData($data)

This commit aligns the method call with the interface contract, preventing signature mismatch and potential runtime errors.

PR similar to PR [5.x]

The method $jsDriver->addToFormData() was being called with two arguments ($form, $data), while the JsDriver interface defines it to accept only one parameter:
public function addToFormData($data).
@andrii-trush
Copy link
Contributor Author

@jasonvarga Thanks for merging previous PR. here are the same for 6.x

@duncanmcclean
Copy link
Member

No need for a second PR. We'll merge 5.x into master when we do the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants