DEBSOURCES
Skip Quicknav
sources / netbeans / 7.0.1%2Bdfsg1-5 / php.editor / test / unit / data / testfiles / formatting / blankLines / Fields04.php.formatted
1234567891011
<?php class Simple { /** * A comment * @var int */ public $field1 = 22; }