Skip to content

Commit 4ef2e05

Browse files
CS fix
1 parent cf484a4 commit 4ef2e05

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Header/MailboxListHeader.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public function setBody($body)
4444
}
4545

4646
/**
47-
* @throws RfcComplianceException
48-
*
4947
* @return Address[]
48+
*
49+
* @throws RfcComplianceException
5050
*/
5151
public function getBody(): array
5252
{
@@ -99,9 +99,9 @@ public function getAddresses(): array
9999
/**
100100
* Gets the full mailbox list of this Header as an array of valid RFC 2822 strings.
101101
*
102-
* @throws RfcComplianceException
103-
*
104102
* @return string[]
103+
*
104+
* @throws RfcComplianceException
105105
*/
106106
public function getAddressStrings(): array
107107
{

Tests/AddressTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public static function nameEmptyDataProvider(): array
9494

9595
/**
9696
* @dataProvider fromStringProvider
97+
*
9798
* @group legacy
9899
*/
99100
public function testFromString($string, $displayName, $addrSpec)

Tests/Crypto/DkimSignerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
/**
2222
* @group time-sensitive
23+
*
2324
* @requires extension openssl
2425
*/
2526
class DkimSignerTest extends TestCase

0 commit comments

Comments
 (0)