1
0
Fork 0
mirror of https://github.com/inretio/WordPress-Plugin-Boilerplate synced 2024-04-29 01:43:16 +03:00

@const is not an official part of PHPDoc

Pointed out by @GaryJones: 4d629b5323 (commitcomment-3943262)
This commit is contained in:
Geert De Deckere 2013-08-26 15:37:21 +02:00
parent dc4a71e101
commit cd5e787b8e

View file

@ -24,7 +24,7 @@ class Plugin_Name {
*
* @since 1.0.0
*
* @const string
* @var string
*/
const VERSION = '1.0.0';