Fix #70610: Misleading example of "illegal" importing rule

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339351 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-06-14 17:01:40 +00:00
parent a54c827eb1
commit e52f86cf48

View file

@ -735,11 +735,11 @@ $obj = new \Another\thing; // instantiates object of class Another\thing
<?php
namespace Languages;
class Greenlandic
function toGreenlandic()
{
use Languages\Danish;
...
// ...
}
?>
]]>