trait Example {}

class Foo {
use Example;

/**

*/
public function bar() {

}
}

That empty line between "/**" and "*/" happens only, when I am using traits
("use Example;"). But, when I use brackets insteadof ; then it works.
_______________________________________________
pdt-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/pdt-dev

Reply via email to