Skip to content

Commit 2a4b773

Browse files
committed
CS
1 parent 0bce958 commit 2a4b773

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

inc/progress-planner/comment-moderation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

inc/progress-planner/comment-policy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

inc/progress-planner/comment-redirect.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)