[DOC-CVS] [doc-en] master: Fix destructuring typos (#5002)
[email protected] (Theodore Brown via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Theodore Brown (theodorejb)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-11-16T18:50:27+08:00
Commit: https://github.com/php/doc-en/commit/87d781c7710702181b0d0669cf2c4d0f5c9d3037
Raw diff: https://github.com/php/doc-en/commit/87d781c7710702181b0d0669cf2c4d0f5c9d3037.diff
Fix destructuring typos (#5002)
Changed paths:
M appendices/migration85/incompatible.xml
Diff:
diff --git a/appendices/migration85/incompatible.xml b/appendices/migration85/incompatible.xml
index 5fdf57cd5d62..3300e7eeb046 100644
--- a/appendices/migration85/incompatible.xml
+++ b/appendices/migration85/incompatible.xml
@@ -121,10 +121,10 @@
</sect3>
<sect3 xml:id="migration85.incompatible.core.destruct-non-array-values">
- <title>Destructing non-array values</title>
+ <title>Destructuring non-array values</title>
<simpara>
- Destructing non-array values (other than &null;) using <literal>[]</literal> or <function>list</function> now
+ Destructuring non-array values (other than &null;) using <literal>[]</literal> or <function>list</function> now
emits a warning.
<!-- RFC: https://wiki.php.net/rfc/warnings-php-8-5#destructuring_non-array_values -->
</simpara>