From e2ed3de9bb045a16c331ee667ca99b48721ba9c1 Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Sun, 17 Jul 2022 16:22:53 -0700 Subject: [PATCH] PHPCS --- inc/class-plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/class-plugin.php b/inc/class-plugin.php index aa276f4..ef8c6d6 100644 --- a/inc/class-plugin.php +++ b/inc/class-plugin.php @@ -161,7 +161,7 @@ class Plugin { 'src' => null, 'url' => null, 'width' => '400px', - 'height' => '102px' + 'height' => '102px', ], $attrs, self::SHORTCODE_TAG -- GitLab