Skip to content

Commit 87d781c

Browse files
authored
Fix destructuring typos (#5002)
1 parent 86d3fb8 commit 87d781c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appendices/migration85/incompatible.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@
121121
</sect3>
122122

123123
<sect3 xml:id="migration85.incompatible.core.destruct-non-array-values">
124-
<title>Destructing non-array values</title>
124+
<title>Destructuring non-array values</title>
125125

126126
<simpara>
127-
Destructing non-array values (other than &null;) using <literal>[]</literal> or <function>list</function> now
127+
Destructuring non-array values (other than &null;) using <literal>[]</literal> or <function>list</function> now
128128
emits a warning.
129129
<!-- RFC: https://wiki.php.net/rfc/warnings-php-8-5#destructuring_non-array_values -->
130130
</simpara>

0 commit comments

Comments
 (0)