1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-23 09:36:11 +02:00

CS fixes/add to README, refs #427

This commit is contained in:
Jordi Boggiano
2014-09-29 22:12:28 +01:00
parent d8fe9021b4
commit 7eebdae56b
2 changed files with 3 additions and 2 deletions

View File

@@ -62,6 +62,6 @@ class MandrillHandler extends MailHandler
)));
curl_exec($ch);
curl_close ($ch);
curl_close($ch);
}
}
}