You are here

AuthorTagUnitTest.inc in Coder 8.3

Same filename and directory in other branches
  1. 8.3.x tests/DrupalPractice/Commenting/AuthorTagUnitTest.inc

Some description.

@author This tag should not be used.

File

tests/DrupalPractice/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.