Skip to content

Commit 59e5fff

Browse files
committed
phpcs
1 parent 06be9c5 commit 59e5fff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

classes/class-suggested-tasks.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -288,22 +288,22 @@ public function register_post_type() {
288288
);
289289

290290
$rest_meta_fields = [
291-
'prpl_points' => [
291+
'prpl_points' => [
292292
'type' => 'number',
293293
'single' => true,
294294
'show_in_rest' => true,
295295
],
296-
'prpl_task_id' => [
296+
'prpl_task_id' => [
297297
'type' => 'string',
298298
'single' => true,
299299
'show_in_rest' => true,
300300
],
301-
'prpl_url' => [
301+
'prpl_url' => [
302302
'type' => 'string',
303303
'single' => true,
304304
'show_in_rest' => true,
305305
],
306-
'menu_order' => [
306+
'menu_order' => [
307307
'type' => 'number',
308308
'single' => true,
309309
'show_in_rest' => true,

0 commit comments

Comments
 (0)