False representation of a variable in the 'Settings' -> 'File and code templates'
Hello,
I work with the editor PhpStorm 6.02 under Windows.
When I say 'file and code templates' views I see the indication of the month is wrong. It is confused with the minutes of the month.
Sincerely yours
Stephan
------------------
<?php
/**
* Beschreibung der Klasse
*
* + Ausführliche Beschreibung der Klasse
* + Ausführliche Beschreibung der Klasse
* + Ausführliche Beschreibung der Klasse
*
* @author ${USER}
* @date ${DAY}.${MONTH}.${YEAR}
* @file ${FILE_NAME}
* @package front | admin | tools | plugins | schnittstelle | tabelle
* @subpackage controller | model | interface | shadow | data
*/
class ${NAME}
{
}
-----------------------------
/**
* Beschreibung der Klasse
*
* + Ausführliche Beschreibung der Klasse
* + Ausführliche Beschreibung der Klasse
* + Ausführliche Beschreibung der Klasse
*
* @author Stephan.Krauss
* @date 11.50.2013
* @file ProgrammdetailController.php
* @package front | admin | tools | plugins | schnittstelle | tabelle
* @subpackage controller | model | interface | shadow | data
*/
Please sign in to leave a comment.
Hello,
Issue Tracker where you can file bug reports is located here: Issue Tracker
P.S.
I've checked both v6.0.3 as well as v7 EAP build 131.235 (running Windows 7 x64 SP1 ENG) and both show no error here:
Template (the line where ${MONTH} is used):
result: