How do I suppress warnings in Eclipse for PHP? -


in eclipse, i'm getting warnings not having start tag (<div>) because start tag in file. how suppress warning keep out of "problems" window?

i know in java @suppresswarning, don't know how php. assume there is, based on availability of php type hinting in eclipse, maybe isn't?

you may set on per project base. go

project -> properties -> validation 

and modify settings like. can suppress lot of warnings, html -> document type -> invalid location!


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -