From a19fca1d03cafc664dab5f7a59e811201356a87c Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Fri, 18 Dec 2020 11:29:14 +0100 Subject: [PATCH] Fix phpcs --- lib/full-site-editing/page-templates.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/full-site-editing/page-templates.php b/lib/full-site-editing/page-templates.php index 15e261d8d7fa0e..c134cfdae57bd8 100644 --- a/lib/full-site-editing/page-templates.php +++ b/lib/full-site-editing/page-templates.php @@ -7,7 +7,7 @@ /** * Load the page templates in Gutenberg. - * + * * @param array $templates Page templates. * @param WP_Theme $theme WP_Theme instance. * @param WP_Post $post The post being edited, provided for context, or null.