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

Commit 484caa6

Browse files
committed
Fix whitespace
1 parent 50a88d5 commit 484caa6

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
@@ -16,7 +16,7 @@
1616
* example & converted it to a package so that it would be easy to install. We have also expanded on the initial
1717
* assertions.
1818
*
19-
* I WANT IT CLEAR THAT THIS WOULD NOT HAVE HAPPENED WITHOUT THE INITIAL WORK OF JEFFERY WAY. WE ARE NOT CLAIMING TO
19+
* I WANT IT CLEAR THAT THIS WOULD NOT HAVE HAPPENED WITHOUT THE INITIAL WORK OF JEFFREY WAY. WE ARE NOT CLAIMING TO
2020
* BE THE CREATORS OF THE CONCEPT.
2121
*
2222
* @package Spinen\MailAssertions
@@ -41,8 +41,8 @@ trait MailTracking
4141
/**
4242
* Register a listener for new emails.
4343
*
44-
* Called my PHPUnit before each test it run. It registers the MailRecorder "plugin" with Swift, so that we can
45-
* get a copy of each email that is sent during that test.
44+
* This calls my PHPUnit before each test it runs. It registers the MailRecorder "plugin" with Swift, so that we
45+
* can get a copy of each email that is sent during that test.
4646
*
4747
* @before
4848
*/

0 commit comments

Comments
 (0)