You are here

DocCommentStarUnitTest.inc in Coder 8.2

Test broken stars in comments.

File

coder_sniffer/Drupal/Test/Commenting/DocCommentStarUnitTest.inc
View source
<?php

/**
 * @file
 * Test broken stars in comments.
 */

/**
Star missing here.
*/
function test1() {
}

/**
Malformed doxygen asterisks.
*/
function test2() {
}

Functions

Namesort descending Description
test1 Star missing here.
test2 Malformed doxygen asterisks.