Last active
          August 18, 2016 18:00 
        
      - 
      
- 
        Save oviniciusfeitosa/ef4a01a043af95e1fb48550cab4f8252 to your computer and use it in GitHub Desktop. 
    PHPStorm Changing default PHPDoc for class
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Preferences > Editor > File and Code Templates > Includes tab > PHP Class Doc Comment | |
| /** | |
| * Class ${NAME} | |
| #if (${NAMESPACE}) * @package ${NAMESPACE} | |
| #end | |
| * @author Vinícius Feitosa da Silva <[email protected]> | |
| * @since ${DATE} ${TIME} | |
| */ | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment