- renamed DKIM class method to camelCase and updated unit test - re-added acceptance suite yml file to the repo and updated gitignore
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
namespace MailPoet\Util;
|
||||
class DKIM {
|
||||
|
||||
public static function generate_keys() {
|
||||
public static function generateKeys() {
|
||||
try {
|
||||
$certificate = openssl_pkey_new(array('private_bits' => 1024));
|
||||
|
||||
|
Reference in New Issue
Block a user