1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Update default value to 'Parent Class' in XML (#4902)

The output being displayed was incorrect.
This commit is contained in:
Jamie Calder
2025-10-12 18:43:55 -03:00
committed by GitHub
parent 78cd8f0ba3
commit fc068b4857

View File

@@ -535,7 +535,7 @@ $extended->displayVar();
<screen>
<![CDATA[
Extending class
a default value
Parent Class
]]>
</screen>
</example>