//File & Code Templates
// Settings/Preferences | Editor | File and Code Templates
//https://confluence.jetbrains.com/display/PhpStorm/File+Templates+in+PhpStorm
//The one with PHP File Header is located on "Includes" tab.
//But you can edit default "PHP File" template and have your header comment defined right there if you wish.
//WRITE
/**
* Created by PhpStorm.
* Filename: ${FILE_NAME}
* Project Name: ${PROJECT_NAME}
* User: ${USER}
* Date: ${DAY}/${MONTH}/${YEAR}
* Time: ${TIME}
*/