From cd5e787b8e32d543d9a7e6e774390dc028d6362a Mon Sep 17 00:00:00 2001 From: Geert De Deckere Date: Mon, 26 Aug 2013 15:37:21 +0200 Subject: [PATCH] @const is not an official part of PHPDoc Pointed out by @GaryJones: https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate/commit/4d629b53238b101f71e718f4c41de45997298a69#commitcomment-3943262 --- plugin-name/class-plugin-name.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-name/class-plugin-name.php b/plugin-name/class-plugin-name.php index ef684b7..9bfa4e2 100644 --- a/plugin-name/class-plugin-name.php +++ b/plugin-name/class-plugin-name.php @@ -24,7 +24,7 @@ class Plugin_Name { * * @since 1.0.0 * - * @const string + * @var string */ const VERSION = '1.0.0';