From cd38d4a23392615b8c307963257ac01fa193056d Mon Sep 17 00:00:00 2001 From: Utkarsh Patel Date: Mon, 30 May 2022 18:05:22 +0530 Subject: [PATCH] Lint --- theme/inc/block-editor.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/inc/block-editor.php b/theme/inc/block-editor.php index 6ec594f4..1c9d092b 100644 --- a/theme/inc/block-editor.php +++ b/theme/inc/block-editor.php @@ -100,6 +100,10 @@ function filter_body_class( $classes ) { /** * Em to px. + * + * @param float $em Em value. + * + * @return int */ function em_to_px( $em ) { return (int) ( $em * 16 );