Skip to content

Commit e9e0db6

Browse files
authored
feat: enhanced type exception handling (#762)
1 parent 4f2f9f6 commit e9e0db6

45 files changed

Lines changed: 1212 additions & 399 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"psr-4": {
3535
"SendGrid\\Contacts\\": "lib/contacts/",
3636
"SendGrid\\EventWebhook\\": "lib/eventwebhook/",
37+
"SendGrid\\Helper\\": "lib/helper/",
3738
"SendGrid\\Mail\\": "lib/mail/",
3839
"SendGrid\\Stats\\": "lib/stats/"
3940
},

lib/eventwebhook/EventWebhookHeader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* @package SendGrid\EventWebhook
1010
*/
11-
abstract class EventWebhookHeader
11+
final class EventWebhookHeader
1212
{
1313
const SIGNATURE = "X-Twilio-Email-Event-Webhook-Signature";
1414
const TIMESTAMP = "X-Twilio-Email-Event-Webhook-Timestamp";

0 commit comments

Comments
 (0)