In Eclipse, I get warnings that I do not have a start tag ( <div>), because the start tag is in a different file. How can I suppress this warning to prevent it from the Problems window?
I know in Java, I could do @SuppressWarning, but I don't know how for php. I assume that it exists based on the availability of the type of the PHP type in Eclipse, but maybe it is not?
source
share