File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ public function setBody($body)
44
44
}
45
45
46
46
/**
47
- * @throws RfcComplianceException
48
- *
49
47
* @return Address[]
48
+ *
49
+ * @throws RfcComplianceException
50
50
*/
51
51
public function getBody (): array
52
52
{
@@ -99,9 +99,9 @@ public function getAddresses(): array
99
99
/**
100
100
* Gets the full mailbox list of this Header as an array of valid RFC 2822 strings.
101
101
*
102
- * @throws RfcComplianceException
103
- *
104
102
* @return string[]
103
+ *
104
+ * @throws RfcComplianceException
105
105
*/
106
106
public function getAddressStrings (): array
107
107
{
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ public static function nameEmptyDataProvider(): array
94
94
95
95
/**
96
96
* @dataProvider fromStringProvider
97
+ *
97
98
* @group legacy
98
99
*/
99
100
public function testFromString ($ string , $ displayName , $ addrSpec )
Original file line number Diff line number Diff line change 20
20
21
21
/**
22
22
* @group time-sensitive
23
+ *
23
24
* @requires extension openssl
24
25
*/
25
26
class DkimSignerTest extends TestCase
You can’t perform that action at this time.
0 commit comments