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
readonly
currently readonly properties are private, annotated as @readonly and available via a getter.
@readonly
since php8.1 native support for readonly properties exists.
__clone()
The text was updated successfully, but these errors were encountered:
there are a couple of readonly properties, now. some are private, but there is still a getter for them. why? this can be optimized.
Sorry, something went wrong.
jkowalleck
Successfully merging a pull request may close this issue.
currently readonly properties are private, annotated as
@readonly
and available via a getter.since php8.1 native support for readonly properties exists.
proposal
attention
__clone()
- -therefore, not fully rolled outreadonly
properties #207The text was updated successfully, but these errors were encountered: