Skip to content

Commit

Permalink
fix: More code style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
notz committed Jun 14, 2024
1 parent b3afd81 commit 7f3b43e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Tests/Functional/EventSubscriber/CallbackSubscriberTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ private function getFailedParameters(): array
'subject' => 'Welcome to AwesomeApp',
'timestamp' => 1477945177.12994,
'spam_status' => 'NotSpam',
'tag' => 'welcome'
'tag' => 'welcome',
],
],
],
Expand All @@ -122,7 +122,7 @@ private function getBouncedParameters(): array
'subject' => 'Welcome to AwesomeApp',
'timestamp' => 1477945177.12994,
'spam_status' => 'NotSpam',
'tag' => 'welcome'
'tag' => 'welcome',
],
'bounce' => [
'id' => '12345',
Expand All @@ -133,7 +133,7 @@ private function getBouncedParameters(): array
'subject' => 'Delivery Error',
'timestamp' => 1477945179.12994,
'spam_status' => 'NotSpam',
'tag' => null
'tag' => null,
],
],
],
Expand Down

0 comments on commit 7f3b43e

Please sign in to comment.