From 2d5c5c544bb03e6e50ab40b3769e0ed639d613c9 Mon Sep 17 00:00:00 2001 From: shail-mehta Date: Sat, 11 Jan 2025 12:04:26 +0530 Subject: [PATCH] fixed lint issue --- bin/generate-gutenberg-php.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/generate-gutenberg-php.php b/bin/generate-gutenberg-php.php index e976b2da8d0fcb..1dc2cf6db4ef59 100755 --- a/bin/generate-gutenberg-php.php +++ b/bin/generate-gutenberg-php.php @@ -15,8 +15,8 @@ /** * Prints `define` statements for the production version of `gutenberg.php` * (the plugin entry point). - * - * @global string $plugin_version The version number of the plugin, parsed from the `gutenberg.php` file. + * + * @global string $plugin_version The version number of the plugin. */ function print_production_defines() { global $plugin_version;