aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-06-13 10:17:13 +0000
committerMario <mario@mariovavti.com>2024-06-13 10:17:13 +0000
commit6e0d0e38321dda6075586c12244c73eff6623565 (patch)
treea213168fd85dd9ef41ec38eba8fa79fb57f0280e
parent798e870e71e3165aab0328e41331439b2c9e94cb (diff)
downloadvolse-hubzilla-6e0d0e38321dda6075586c12244c73eff6623565.tar.gz
volse-hubzilla-6e0d0e38321dda6075586c12244c73eff6623565.tar.bz2
volse-hubzilla-6e0d0e38321dda6075586c12244c73eff6623565.zip
docu and remove superfluous break statement after return statementHEADdev
-rw-r--r--include/security.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/security.php b/include/security.php
index bc44704d0..545788bcd 100644
--- a/include/security.php
+++ b/include/security.php
@@ -8,7 +8,7 @@
use Zotlabs\Lib\Config;
/**
- * @param int $user_record The account_id
+ * @param array $user_record The account record
* @param array $channel
* @param bool $login_initial default false
* @param bool $interactive default false
@@ -908,7 +908,6 @@ function zarIsDuty($wd=NULL, $hhmm=NULL, $op='isOpen') {
}
}
return $dutyis;
- break;
case 'nextOpen':
/**
@@ -953,7 +952,6 @@ function zarIsDuty($wd=NULL, $hhmm=NULL, $op='isOpen') {
}
}
return $is1; // false or array
- break;
default:
//