mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix doc bug #55140 (Ambiguous statement describes FQ namespace) with the
anonymous commenter's suggestion. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328318 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c29b5cf9aa
commit
3c107e7192
1 changed files with 3 additions and 3 deletions
|
@ -843,9 +843,9 @@ if (is_array('hi')) { // prints "is not array"
|
|||
<term>Fully qualified name</term>
|
||||
<listitem>
|
||||
<para>
|
||||
This is an identifier with a namespace separator that begins with a namespace
|
||||
separator, such as <literal>\Foo\Bar</literal>. <literal>namespace\Foo</literal>
|
||||
is also a fully qualified name.
|
||||
This is an identifier with a namespace separator that begins with a
|
||||
namespace separator, such as <literal>\Foo\Bar</literal>. The namespace
|
||||
<literal>\Foo</literal> is also a fully qualified name.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue