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
The MatrixClient constructor includes a param with the protected keyword that causing pho to throw. see:
protected
php-matrix-sdk/src/MatrixClient.php
Line 117 in 1efbade
I believe this is a PHP 8 feature, but the readme indicates a requirement of PHP 7.4.
The class cannot be used currently.
Remove the protected keyword.
Include as many relevant details about the environment you experienced the bug in and how to reproduce it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Detailed description
The MatrixClient constructor includes a param with the
protected
keyword that causing pho to throw. see:php-matrix-sdk/src/MatrixClient.php
Line 117 in 1efbade
I believe this is a PHP 8 feature, but the readme indicates a requirement of PHP 7.4.
Context
The class cannot be used currently.
Possible implementation
Remove the
protected
keyword.Your environment
Include as many relevant details about the environment you experienced the bug in and how to reproduce it.
The text was updated successfully, but these errors were encountered: