aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-21 06:37:33 +0000
committerMario <mario@mariovavti.com>2021-05-21 06:37:33 +0000
commit0948b061fea48871bb98f32c84cc7701e124078c (patch)
tree3ab0430bf46fe073702cf9eeae1e53e321dcdd38
parenta7a4727591a884f1dd261d641becc04c11136818 (diff)
parent300679c0532f7969989d9909771271b125a48f70 (diff)
downloadvolse-hubzilla-0948b061fea48871bb98f32c84cc7701e124078c.tar.gz
volse-hubzilla-0948b061fea48871bb98f32c84cc7701e124078c.tar.bz2
volse-hubzilla-0948b061fea48871bb98f32c84cc7701e124078c.zip
Merge branch 'Malend-dev-patch-19605' into 'dev'
Fix phpDoc See merge request hubzilla/core!1958
-rw-r--r--include/network.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/network.php b/include/network.php
index fcc7b4289..77b7c49d6 100644
--- a/include/network.php
+++ b/include/network.php
@@ -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 = '') {