Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit a9453c2

Browse files
committed
Fix capitalization
1 parent 484caa6 commit a9453c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/MailTracking.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function setUpMailTracking()
5353
}
5454

5555
/**
56-
* Retrieve the appropriate swift message.
56+
* Retrieve the appropriate Swift message.
5757
*
5858
* @param Swift_Message|null $message
5959
*
@@ -67,15 +67,15 @@ protected function getEmail(Swift_Message $message = null)
6767
}
6868

6969
/**
70-
* Retrieve the mostly recently sent swift message.
70+
* Retrieve the mostly recently sent Swift message.
7171
*/
7272
protected function lastEmail()
7373
{
7474
return end($this->emails);
7575
}
7676

7777
/**
78-
* Store a new swift message.
78+
* Store a new Swift message.
7979
*
8080
* Collection of emails that were received by the MailRecorder plugin during a test.
8181
*

0 commit comments

Comments
 (0)