Update PDO::__construct() arg names to match those returned by reflection

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343237 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Chris Wright 2017-10-12 14:03:43 +00:00
parent e281abc42a
commit 71dcffaddf

View file

@ -13,7 +13,7 @@
<modifier>public</modifier> <methodname>PDO::__construct</methodname>
<methodparam><type>string</type><parameter>dsn</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>passwd</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>options</parameter></methodparam>
</constructorsynopsis>
<para>
@ -88,7 +88,7 @@
</para>
</listitem>
</varlistentry>
<varlistentry><term>password</term>
<varlistentry><term>passwd</term>
<listitem>
<para>
The password for the DSN string. This parameter is optional for