Remove unused invalid Swiftmailer file

[MAILPOET-2442]
This commit is contained in:
Jan Jakeš
2019-10-08 11:03:37 +02:00
committed by Rostislav Wolný
parent 0d9b98013d
commit f3374d8595

View File

@@ -27,3 +27,6 @@ foreach ($files as $file) {
file_put_contents($file, $data);
}
}
# remove unused PHP file that starts with shebang line instead of <?php and causes PHP lint on WP repo to fail
exec('rm -r ' . __DIR__ . '/../vendor-prefixed/swiftmailer/swiftmailer/lib/swiftmailer_generate_mimes_config.php');