How do I suppress warnings in Eclipse for PHP?

In Eclipse, I'm getting warnings for not having a start tag (

) because the start tag is in another file. How do I suppress this warning to keep it out of my "Problems" window?

I know in Java I could do @SuppressWarning, but I don't know how for php. I assume that there is, based on the availability of php type hinting in Eclipse, but maybe it isn't?

6
задан Eric G 24 September 2010 в 23:37
поделиться