Merge branch 'release/21.7.4' into feature/workflowgroup

This commit is contained in:
sunguangming
2025-07-29 05:08:22 +00:00
643 changed files with 20227 additions and 3922 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ class programZen extends program
* @access protected
* @return array
*/
protected function getProgramsByType(string $status, string $orderBy, int $param = 0, object|null $pager = null): array
protected function getProgramsByType(string $status, string $orderBy, int $param = 0, ?object $pager = null): array
{
$status = strtolower($status);
$this->view->summary = '';