* Fix missing comment for getStatData.

This commit is contained in:
Lufei
2023-06-09 13:49:38 +08:00
parent 61d72abd9f
commit 92af85cdae

View File

@@ -1868,6 +1868,7 @@ class executionModel extends model
* @param string|int $param skipParent
* @param string $orderBy
* @param object $pager
* @param bool $isCount true for count, false for fetchAll.
* @access public
* @return array
*/