aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Apps.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-10 07:56:42 +0000
committerMario <mario@mariovavti.com>2021-10-10 07:56:42 +0000
commitf19acd9f50ec9b8c78f77af64d523d2295b46052 (patch)
tree8dfb2cf41060f2f0ef4382fb8512f7b0b2c1ef05 /Zotlabs/Lib/Apps.php
parent59940e7f053a1bb3fd0588e25d34b5235133dd2b (diff)
downloadvolse-hubzilla-f19acd9f50ec9b8c78f77af64d523d2295b46052.tar.gz
volse-hubzilla-f19acd9f50ec9b8c78f77af64d523d2295b46052.tar.bz2
volse-hubzilla-f19acd9f50ec9b8c78f77af64d523d2295b46052.zip
remove redundant variable and provide missing phpdoc
Diffstat (limited to 'Zotlabs/Lib/Apps.php')
-rw-r--r--Zotlabs/Lib/Apps.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Apps.php b/Zotlabs/Lib/Apps.php
index 2c5b8a546..669dd6307 100644
--- a/Zotlabs/Lib/Apps.php
+++ b/Zotlabs/Lib/Apps.php
@@ -210,6 +210,7 @@ class Apps {
*
* @param string $f filename
* @param boolean $translate (optional) default true
+ * @param boolean $sync (optional) default false
* @return boolean|array
*/
static public function parse_app_description($f, $translate = true, $sync = false) {