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,8 +125,8 @@ public function get_task_details( $task_id = '' ) {
125125 /**
126126 * Add task actions specific to this task.
127127 *
128- * @param array $data The task data.
129- * @param array $actions The existing actions.
128+ * @param array<string, mixed> $data The task data.
129+ * @param array<int, array<string, mixed>> $actions The existing actions.
130130 *
131131 * @return array
132132 */
Original file line number Diff line number Diff line change @@ -88,8 +88,8 @@ public function should_add_task() {
8888 /**
8989 * Add task actions specific to this task.
9090 *
91- * @param array $data The task data.
92- * @param array $actions The existing actions.
91+ * @param array<string, mixed> $data The task data.
92+ * @param array<int, array<string, mixed>> $actions The existing actions.
9393 *
9494 * @return array
9595 */
Original file line number Diff line number Diff line change @@ -87,8 +87,8 @@ public function should_add_task() {
8787 /**
8888 * Add task actions specific to this task.
8989 *
90- * @param array $data The task data.
91- * @param array $actions The existing actions.
90+ * @param array<string, mixed> $data The task data.
91+ * @param array<int, array<string, mixed>> $actions The existing actions.
9292 *
9393 * @return array
9494 */
You can’t perform that action at this time.
0 commit comments