Skip to content

Commit

Permalink
Make PHPCS happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeatorres committed Feb 27, 2024
1 parent 7f2198d commit 1ca9389
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -92,8 +92,8 @@ private function render_custom_meta_form( array $metadata_to_list, \WC_Order $or
* Compute keys to display in autofill when adding new meta key entry in custom meta box.
* Currently, returns empty keys, will be implemented after caching is merged.
*
* @param mixed $deprecated Unused argument. For backwards compatibility.
* @param \WP_Post|\WC_Order $order Order object.
* @param mixed $deprecated Unused argument. For backwards compatibility.
* @param \WP_Post|\WC_Order $order Order object.
*
* @return array Array of keys to display in autofill.
*/
Expand Down

0 comments on commit 1ca9389

Please sign in to comment.