[DOC-CVS] [doc-en] master: Update default value to 'Parent Class' in XML (#4902)
[email protected] (Jamie Calder via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Jamie Calder (jamiecalder)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2025-10-12T22:43:55+01:00
Commit: https://github.com/php/doc-en/commit/fc068b4857342eb409efeafe6723058f39ab1045
Raw diff: https://github.com/php/doc-en/commit/fc068b4857342eb409efeafe6723058f39ab1045.diff
Update default value to 'Parent Class' in XML (#4902)
The output being displayed was incorrect.
Changed paths:
M language/oop5/basic.xml
Diff:
diff --git a/language/oop5/basic.xml b/language/oop5/basic.xml
index c1f49cabc4dc..74d188eaa695 100644
--- a/language/oop5/basic.xml
+++ b/language/oop5/basic.xml
@@ -535,7 +535,7 @@ $extended->displayVar();
<screen>
<![CDATA[
Extending class
-a default value
+Parent Class
]]>
</screen>
</example>