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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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