From e27ea3dc9f905656e2e91e958347838284ca77ac Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 9 Jun 2023 10:24:26 +0900 Subject: [PATCH] DB\IO phpdoc update --- www/lib/CoreLibs/DB/IO.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/lib/CoreLibs/DB/IO.php b/www/lib/CoreLibs/DB/IO.php index 307b626f..fb8c4993 100644 --- a/www/lib/CoreLibs/DB/IO.php +++ b/www/lib/CoreLibs/DB/IO.php @@ -392,7 +392,9 @@ class IO public \CoreLibs\Logging\Logging $log; /** - * main DB concstructor with auto connection to DB and failure set on failed connection + * main DB concstructor with auto connection to DB + * and failure set on failed connection + * * @param array $db_config DB configuration array * @param \CoreLibs\Logging\Logging $log Logging class */