* Adjust the return type of comment.

This commit is contained in:
xushenjie
2023-05-08 11:32:22 +00:00
parent 917f33a192
commit caaf33a8b3
+1 -1
View File
@@ -159,7 +159,7 @@ class todoTao extends todoModel
*
* @param object $todo
* @access protected
* @return stdclass
* @return object
*/
protected function buildCycleTodo(object $todo): object
{