Skip to content

Commit

Permalink
Code lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Ghisleni committed Aug 26, 2022
1 parent 2b6651b commit 7b43a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MessageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ public function testUndefinedCharset(): void

$headers = $message->getHeaders();

static::assertCount(1,$message->getTo());
static::assertCount(1, $message->getTo());
static::assertSame('<[email protected]>', $headers['message_id']);
static::assertArrayNotHasKey('subject', $headers);
static::assertArrayNotHasKey('from', $headers);
Expand Down

0 comments on commit 7b43a68

Please sign in to comment.