Fix phpDoc

This commit is contained in:
Malendur
2021-05-20 08:23:45 +00:00
parent 9a5c1aa02f
commit 300679c053

View File

@@ -1118,9 +1118,9 @@ function discover_by_url($url, $arr = null) {
/**
* @brief
*
* @param string $webbie
* @param string $webbie (TODO: explain)
* @param string $protocol (optional) default empty
* @return boolean
* @return boolean|string (TODO: explain)
*/
function discover_by_webbie($webbie, $protocol = '') {