docu and remove superfluous break statement after return statement

This commit is contained in:
Mario
2024-06-13 10:17:13 +00:00
parent 798e870e71
commit 6e0d0e3832

View File

@@ -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:
//