- 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:
Jonathan Labreuille
2015-07-22 11:42:17 +02:00
parent cd7b3d70ef
commit 3a572a99ff
5 changed files with 17 additions and 5 deletions

View File

@@ -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));