AuthorTagUnitTest.inc in Coder 8.2
Some description.
@author This tag should not be used.
File
coder_sniffer/DrupalPractice/Test/Commenting/AuthorTagUnitTest.incView source
<?php
/**
* @file
* Some description.
*
* @author This tag should not be used.
*/
/**
* Test comment.
*
* @author: Here is another one with colon.
*/
function some_function($a) {
}
Functions
Name | Description |
---|---|
some_function | Test comment. |