Skip to content

Commit 84997a7

Browse files
committed
phpcs
1 parent 43cbc15 commit 84997a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

classes/suggested-tasks/providers/class-remove-terms-without-posts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@ public function get_tasks_to_inject() {
222222
$data = $this->transform_collector_data( $this->get_data_collector()->collect() );
223223
$task_id = $this->get_task_id(
224224
[
225-
'target_term_id' => $data['target_term_id'],
226-
'target_taxonomy' => $data['target_taxonomy'],
225+
'target_term_id' => $data['target_term_id'],
226+
'target_taxonomy' => $data['target_taxonomy'],
227227
]
228228
);
229229

0 commit comments

Comments
 (0)