From 0a23061fd5f206ebd4350b0f4c46653c8e268057 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 4 Dec 2019 09:46:03 +0000 Subject: [PATCH] modelGraph : missing PHPDoc for two params git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5783 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- tools/modelGraph.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/modelGraph.php b/tools/modelGraph.php index 1f4eaab..8cff261 100755 --- a/tools/modelGraph.php +++ b/tools/modelGraph.php @@ -24,6 +24,8 @@ class modelgraph /** The constructor wait for $dsn * @param string $dsn The DSN to connect to database + * @param string $username The username to connect to database + * @param string $password The password to connect to database * @param string $output The output file to generate */ public function __construct ($dsn, $username, $password, $output)