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
https://wiki.php.net/rfc/asymmetric-visibility-v2
class Foo { PRIVATE(set) string $bar1 = ''; public private(SET) string $bar2 = ''; private(set) public string $bar3 = ''; public function __construct( public protected(SET) string $bar4 = '' ) {} }
See this working here: https://3v4l.org/JDXuq/rfc#vgit.master_jit
The text was updated successfully, but these errors were encountered:
I think we just need to specify order and casing, I don't think we should disallow including the "public".
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
https://wiki.php.net/rfc/asymmetric-visibility-v2
See this working here: https://3v4l.org/JDXuq/rfc#vgit.master_jit
The text was updated successfully, but these errors were encountered: