mirror of
https://github.com/php/doc-en.git
synced 2026-03-23 23:32:18 +01:00
Fix typo in PHP 7.0 migration guide
Closes GH-2110.
This commit is contained in:
@@ -362,7 +362,7 @@ switch (1) {
|
||||
</sect3>
|
||||
|
||||
<sect3 xml:id="migration70.incompatible.other.break-continue">
|
||||
<title>Misplaced break and switch statements</title>
|
||||
<title>Misplaced break and continue statements</title>
|
||||
<para>
|
||||
<literal>break</literal> and <literal>continue</literal> statements outside of
|
||||
a loop or <literal>switch</literal> control structure are now detected at
|
||||
|
||||
Reference in New Issue
Block a user