Completed
Push — feature/supportCorrectVersions ( bb21fc...b0fb7d )
by Stephen
05:27
created
src/MailTracking.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -258,7 +258,7 @@  discard block
 block discarded – undo
258 258
      *
259 259
      * @param integer $count
260 260
      *
261
-     * @return TestCase $this
261
+     * @return MailTracking $this
262 262
      * @deprecated in favor of seeEmailCountEquals
263 263
      */
264 264
     protected function seeEmailsSent($count)
@@ -288,7 +288,7 @@  discard block
 block discarded – undo
288 288
      * @param string             $subject
289 289
      * @param Swift_Message|null $message
290 290
      *
291
-     * @return TestCase $this
291
+     * @return MailTracking $this
292 292
      * @deprecated in favor of seeEmailSubjectEquals
293 293
      */
294 294
     protected function seeEmailSubject($subject, Swift_Message $message = null)
Please login to merge, or discard this patch.