From 57159f2496336a3d32726593a445214233bfd20c Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Wed, 13 Sep 2023 17:00:28 +0300 Subject: [PATCH] - WPCS; --- includes/admin/core/class-admin-metabox.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/core/class-admin-metabox.php b/includes/admin/core/class-admin-metabox.php index 83d2ea0b..8ead46d6 100644 --- a/includes/admin/core/class-admin-metabox.php +++ b/includes/admin/core/class-admin-metabox.php @@ -1157,9 +1157,9 @@ if ( ! class_exists( 'um\admin\core\Admin_Metabox' ) ) { } /** - * Save form metabox + * Save form metabox. * - * @param int $post_id + * @param int $post_id * @param WP_Post $post */ public function save_metabox_form( $post_id, $post ) {