From 71dcffaddf2651b50951c1e27c7e47c2cdb82d0c Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Thu, 12 Oct 2017 14:03:43 +0000 Subject: [PATCH] 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 --- reference/pdo/pdo/construct.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/pdo/pdo/construct.xml b/reference/pdo/pdo/construct.xml index 98b75715eb..3897604f70 100644 --- a/reference/pdo/pdo/construct.xml +++ b/reference/pdo/pdo/construct.xml @@ -13,7 +13,7 @@ public PDO::__construct stringdsn stringusername - stringpassword + stringpasswd arrayoptions @@ -88,7 +88,7 @@ - password + passwd The password for the DSN string. This parameter is optional for