We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There's a bug in the constructor of the User class on User.php line 47:
https://github.com/HansAdema/jsconnect-php/blob/168018a88632bd573eb4fc73aa0b52ba77b92eec/src/User.php#L47
'key' should be $key. It isn't actually checking or setting properties when it is 'key'.
The text was updated successfully, but these errors were encountered:
#1 Fixes this
Sorry, something went wrong.
No branches or pull requests
There's a bug in the constructor of the User class on User.php line 47:
https://github.com/HansAdema/jsconnect-php/blob/168018a88632bd573eb4fc73aa0b52ba77b92eec/src/User.php#L47
'key' should be $key. It isn't actually checking or setting properties when it is 'key'.
The text was updated successfully, but these errors were encountered: