Skip to content

Commit a0cd466

Browse files
committed
ok
1 parent 6149d9e commit a0cd466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ClickHouseFunctions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public function setCurrentDatabase($db, $sess = null)
441441
/**
442442
* Drop database and remove all tables inside it.
443443
*
444-
* @param type $db_name database name for drop (delete, remove)
444+
* @param string $db_name database name for drop (delete, remove)
445445
* @param boolean $if_exists Add condition "IF EXISTS"
446446
* @return false|string false if ok, or string with error description
447447
*/

0 commit comments

Comments
 (0)