mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix parameters name to match reflection one as it matters with 8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350617 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
462e369806
commit
002b7dd50a
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><parameter>localname</parameter></term>
|
||||
<term><parameter>entryname</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
If supplied, this is the local name inside the ZIP archive that will override the <parameter>filename</parameter>.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<para>
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term><parameter>localname</parameter></term>
|
||||
<term><parameter>name</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
The name of the entry to create.
|
||||
|
|
Loading…
Reference in a new issue