Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable name changed, but use of old name remained #624

Open
sharpchi opened this issue Feb 20, 2025 · 0 comments
Open

Variable name changed, but use of old name remained #624

sharpchi opened this issue Feb 20, 2025 · 0 comments

Comments

@sharpchi
Copy link
Contributor

It appears that $data was the old variable name for $response in the function's parameters:

if (!empty($data) && ( !isset($data->{'q'.$this->id}) || !is_array($data->{'q'.$this->id}) ) ) {

cf commit:
5a213a2#diff-eef56cf13108196b9f96ef83521979965b80b9ff7a0c41f3ab40be86ac1b5dc6R118

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

No branches or pull requests

1 participant