Ray I have placed suppress warnings at the class level and I am still seeing problems throughout the class /** * @suppresswarnings */ Class Sftp Version: v1.3.6645 Any ideas?
JakubMisek @SuppressWarnings needs the error code, or list of codes to ignore. e.g.: /** * @suppresswarnings PHP0413 */ For more information, you can see https://docs.devsense.com/en/vscode/problems#suppress-phpdoc-tag