You are here

ClassCommentUnitTest.inc in Coder 8.2

Testing class/trait comments.

File

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

/**
 * @file
 * Testing class/trait comments.
 */
trait Bingo {

}

Traits

Namesort descending Description
Bingo @file Testing class/trait comments.