PHP8 fixes, CS fixes, short array syntax, tests

This commit is contained in:
Aleksander Machniak
2020-12-10 20:27:32 +01:00
parent 14a94cf0d7
commit ed146b68db
30 changed files with 364 additions and 226 deletions

View File

@@ -7,7 +7,7 @@
* to or remove them from outgoing messages.
*
* Enable the plugin in config.inc.php and add your desired headers:
* $config['additional_message_headers'] = array('User-Agent' => 'My-Very-Own-Webmail');
* $config['additional_message_headers'] = ['User-Agent' => 'My-Very-Own-Webmail'];
*
* @author Ziba Scott
* @website http://roundcube.net