mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a54c827eb1
commit
e52f86cf48
1 changed files with 2 additions and 2 deletions
|
@ -735,11 +735,11 @@ $obj = new \Another\thing; // instantiates object of class Another\thing
|
|||
<?php
|
||||
namespace Languages;
|
||||
|
||||
class Greenlandic
|
||||
function toGreenlandic()
|
||||
{
|
||||
use Languages\Danish;
|
||||
|
||||
...
|
||||
// ...
|
||||
}
|
||||
?>
|
||||
]]>
|
||||
|
|
Loading…
Reference in a new issue