Skip to content
Snippets Groups Projects

Resolve #3475493 "Fix the phpcodesniffer issues"

Open sunil jolapara requested to merge issue/sendgrid-3475493:3475493-fix-the-issues into 1.0.x
3 files
+ 9
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -24,7 +24,7 @@ class SendgridIpPoolNameSubscriber implements EventSubscriberInterface {
if (!empty($ip_pool_name)) {
$email = $event->getEmail();
try {
// $email->setIpPoolName($ip_pool_name);
// $email->setIpPoolName($ip_pool_name);
}
catch (\Exception $e) {
$event->getLogger()->error(
Loading