File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,10 +125,10 @@ public function get_task_details( $task_id = '' ) {
125125 /**
126126 * Add task actions specific to this task.
127127 *
128- * @param array<string, mixed > $data The task data.
129- * @param array<int, array<string, mixed >> $actions The existing actions.
128+ * @param array<string, string|int|bool > $data The task data.
129+ * @param array<int, array<string, string|int|bool >> $actions The existing actions.
130130 *
131- * @return array
131+ * @return array<int, array<string, string|int|bool>>
132132 */
133133 public function add_task_actions ( $ data = [], $ actions = [] ) {
134134 $ actions [] = [
Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ public function should_add_task() {
8888 /**
8989 * Add task actions specific to this task.
9090 *
91- * @param array<string, mixed > $data The task data.
92- * @param array<int, array<string, mixed >> $actions The existing actions.
91+ * @param array<string, string|int|bool > $data The task data.
92+ * @param array<int, array<string, string|int|bool >> $actions The existing actions.
9393 *
94- * @return array
94+ * @return array<int, array<string, string|int|bool>>
9595 */
9696 public function add_task_actions ( $ data = [], $ actions = [] ) {
9797 $ actions [] = [
Original file line number Diff line number Diff line change @@ -87,10 +87,10 @@ public function should_add_task() {
8787 /**
8888 * Add task actions specific to this task.
8989 *
90- * @param array<string, mixed > $data The task data.
91- * @param array<int, array<string, mixed >> $actions The existing actions.
90+ * @param array<string, string|int|bool > $data The task data.
91+ * @param array<int, array<string, string|int|bool >> $actions The existing actions.
9292 *
93- * @return array
93+ * @return array<int, array<string, string|int|bool>>
9494 */
9595 public function add_task_actions ( $ data = [], $ actions = [] ) {
9696 $ actions [] = [
You can’t perform that action at this time.
0 commit comments