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 86d3fb8 commit 87d781cCopy full SHA for 87d781c
appendices/migration85/incompatible.xml
@@ -121,10 +121,10 @@
121
</sect3>
122
123
<sect3 xml:id="migration85.incompatible.core.destruct-non-array-values">
124
- <title>Destructing non-array values</title>
+ <title>Destructuring non-array values</title>
125
126
<simpara>
127
- 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
128
emits a warning.
129
<!-- RFC: https://wiki.php.net/rfc/warnings-php-8-5#destructuring_non-array_values -->
130
</simpara>
0 commit comments