We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70eac5c commit 0588a59Copy full SHA for 0588a59
language/oop5/visibility.xml
@@ -123,7 +123,7 @@ $b->pubYear = 2023; // Fatal Error
123
</programlisting>
124
</example>
125
<simpara>
126
- As of PHP 8.5, set visibility may also be applied to static properties of classes.
+ As of PHP 8.5, <literal>set</literal> visibility may also be applied to static properties of classes.
127
</simpara>
128
<example>
129
<title>Asymmetric Property visibility</title>
0 commit comments