@@ -83,6 +83,7 @@ discard block |
||
| 83 | 83 | /** |
| 84 | 84 | * Get the number of mails received in a particular mail store. |
| 85 | 85 | * |
| 86 | + * @param string $store |
|
| 86 | 87 | * @return int |
| 87 | 88 | * The number of mails received during this scenario. |
| 88 | 89 | */ |
@@ -122,7 +123,7 @@ discard block |
||
| 122 | 123 | /** |
| 123 | 124 | * Compare actual mail with expected mail. |
| 124 | 125 | * |
| 125 | - * @param array $actualMail |
|
| 126 | + * @param \stdClass[] $actualMail |
|
| 126 | 127 | * An array of actual mail. |
| 127 | 128 | * @param array $expectedMail |
| 128 | 129 | * An array of expected mail. |