You are here

DocCommentAlignmentUnitTest.inc in Coder 8.2

Test file.

File

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

/**
 * @file
 * Test file.
 */

/**
 * Test class with properties.
 */
class Test {

  /**
   * Bad comment alignment.
   */
  var $varStyle;

}

Classes

Namesort descending Description
Test Test class with properties.