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