File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change @@ -59,9 +59,6 @@ public function setAddress(Address $address)
59
59
$ this ->address = $ address ;
60
60
}
61
61
62
- /**
63
- * @return Address
64
- */
65
62
public function getAddress (): Address
66
63
{
67
64
return $ this ->address ;
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ public function toString(): string
31
31
}
32
32
33
33
/**
34
- * @param RawMessage $message
35
- *
36
34
* {@inheritdoc}
35
+ *
36
+ * @param RawMessage $message
37
37
*/
38
38
protected function matches ($ message ): bool
39
39
{
@@ -45,11 +45,11 @@ protected function matches($message): bool
45
45
}
46
46
47
47
/**
48
- * @param RawMessage $message
49
- *
50
48
* {@inheritdoc}
49
+ *
50
+ * @param RawMessage $message
51
51
*/
52
- protected function failureDescription ($ email ): string
52
+ protected function failureDescription ($ message ): string
53
53
{
54
54
return 'the Email HTML body ' .$ this ->toString ();
55
55
}
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ public function toString(): string
31
31
}
32
32
33
33
/**
34
- * @param RawMessage $message
35
- *
36
34
* {@inheritdoc}
35
+ *
36
+ * @param RawMessage $message
37
37
*/
38
38
protected function matches ($ message ): bool
39
39
{
@@ -45,11 +45,11 @@ protected function matches($message): bool
45
45
}
46
46
47
47
/**
48
- * @param RawMessage $message
49
- *
50
48
* {@inheritdoc}
49
+ *
50
+ * @param RawMessage $message
51
51
*/
52
- protected function failureDescription ($ email ): string
52
+ protected function failureDescription ($ message ): string
53
53
{
54
54
return 'the Email text body ' .$ this ->toString ();
55
55
}
You can’t perform that action at this time.
0 commit comments