<?php

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

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

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

}

/**
 * Short description.
 *
 * @param string $a
 *   The following reference is allowed to be indented.
 *   @see my_function()
 */
function test31($a) {

}
