From 60038fe0e254485ce521807a556e14987b141ffb Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Wed, 26 Jul 2017 15:39:13 -0400 Subject: [PATCH] =?UTF-8?q?PHPCS=20=E1=83=9A(=E0=B2=A0=E7=9B=8A=E0=B2=A0?= =?UTF-8?q?=E1=83=9A)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/client-assets.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client-assets.php b/lib/client-assets.php index 5bda679b81f3f9..f2c24077e2a781 100644 --- a/lib/client-assets.php +++ b/lib/client-assets.php @@ -39,8 +39,8 @@ function gutenberg_url( $path ) { * browsers which fail the provided tests. The provided array is a mapping from * a condition to verify feature support to its polyfill script handle. * - * @param array $tests Features to detect - * @return string Conditional polyfill inline script + * @param array $tests Features to detect. + * @return string Conditional polyfill inline script. */ function gutenberg_get_script_polyfill( $tests ) { global $wp_scripts;