Completed
Push — master ( 078292...b58d46 )
by Jonathan
12s
created
src/Drupal/DrupalExtension/Context/RawMailContext.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,6 +83,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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.
Please login to merge, or discard this patch.