diff --git a/language/namespaces.xml b/language/namespaces.xml index 58c65ed608..5b8e835c15 100644 --- a/language/namespaces.xml +++ b/language/namespaces.xml @@ -1132,7 +1132,7 @@ A\B::foo(); // calls method "foo" of class "B" from namespace "A\A" - Import names cannot conflict with + Import names must not conflict with classes defined in the same file. @@ -1401,7 +1401,7 @@ $b = INI_ALL; // sets $b to value of global constant "INI_ALL" - Import names cannot conflict with classes defined in the same file. + Import names must not conflict with classes defined in the same file. The following script combinations are legal: