@@ -395,7 +395,7 @@ discard block |
||
395 | 395 | /** |
396 | 396 | * Assert that the Bcc list of Email contains a certain one |
397 | 397 | * |
398 | - * @param $needle |
|
398 | + * @param string $needle |
|
399 | 399 | * @param string $description |
400 | 400 | */ |
401 | 401 | public function assertEmailBccContain($needle, $email, $description = '') |
@@ -406,7 +406,7 @@ discard block |
||
406 | 406 | /** |
407 | 407 | * Helper in order to hack the mailcatcher issue with Bcc field |
408 | 408 | * @param $needle |
409 | - * @param $description |
|
409 | + * @param string $description |
|
410 | 410 | * @param $messages |
411 | 411 | */ |
412 | 412 | private function fetchEmailWithBcc($needle, $messages, $description) |