I currently use Eclipse Photon PDT for an old PHP application. In this application there's lot of phpdoc comments but some of them are marked as errors.
- for "@param unknown $form" => "unknown cannot be resolved to a type".
- idem for "@return Ambigous <multitype:string , multitype:>" => "Ambigous cannot be resolved to a type".
Does someone know how to disable these errors? (because of that all my project files are marked with the error icon and I cannot see which files really have errors).