aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalendur <malendur@secret.fyi>2021-05-20 08:23:45 +0000
committerMalendur <malendur@secret.fyi>2021-05-20 08:23:45 +0000
commit300679c0532f7969989d9909771271b125a48f70 (patch)
tree7ad6035b99f311d2fed558fd9ed1473947b956b5
parent9a5c1aa02f49d695e59ae771765d4e0f8744577a (diff)
downloadvolse-hubzilla-300679c0532f7969989d9909771271b125a48f70.tar.gz
volse-hubzilla-300679c0532f7969989d9909771271b125a48f70.tar.bz2
volse-hubzilla-300679c0532f7969989d9909771271b125a48f70.zip
Fix phpDoc
-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 = '') {