Removed ambiguousness by changing may not -> must not for our non native English friends.

https://bugs.php.net/bug.php?id=74049

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342208 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Pieter Hordijk 2017-03-31 08:19:53 +00:00
parent de02a9c50b
commit b7db81dd3f

View file

@ -1374,7 +1374,7 @@ $greet('PHP');
<simpara>
Closures may also inherit variables from the parent scope. Any such
variables must be passed to the <literal>use</literal> language construct.
From PHP 7.1, these variables may not include &link.superglobals;,
From PHP 7.1, these variables must not include &link.superglobals;,
<varname>$this</varname>, or variables with the same name as a parameter.
</simpara>