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
Post a Comment