[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.pdt] Re: When will PDT support

Michael Madsen schrieb:
> function meh($array) {
> /**
>  * $var SomeClass
>  */
>  $object = $array[0];
> }

This does the trick:

function meh($array) {
  /* $object SomeClass */
  $object = $array[0];
}

Well, at least in PDT 2.1.2 it does, but I think 1.0.5 should be ok, too.

HTH,
Mark