modelGraph : missing PHPDoc for two params

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5783 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-12-04 09:46:03 +00:00
parent 0bd6889427
commit 0a23061fd5

View File

@@ -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)