You are here

AuthorTagUnitTest.inc in Coder 8.2

Some description.

@author This tag should not be used.

File

coder_sniffer/DrupalPractice/Test/Commenting/AuthorTagUnitTest.inc
View 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

Namesort descending Description
some_function Test comment.