diff --git a/src/Storage/Imap.php b/src/Storage/Imap.php index bc3a288e..3778d74a 100644 --- a/src/Storage/Imap.php +++ b/src/Storage/Imap.php @@ -512,4 +512,3 @@ public function setFlags($id, $flags) } } } - diff --git a/test/Header/ContentTypeTest.php b/test/Header/ContentTypeTest.php index c6f88f85..ddf9fde7 100644 --- a/test/Header/ContentTypeTest.php +++ b/test/Header/ContentTypeTest.php @@ -69,4 +69,3 @@ public function testExtractsExtraInformationFromContentType() } } - diff --git a/test/Header/ReceivedTest.php b/test/Header/ReceivedTest.php index 826feb30..487e389c 100644 --- a/test/Header/ReceivedTest.php +++ b/test/Header/ReceivedTest.php @@ -55,4 +55,3 @@ public function testReceivedToStringReturnsHeaderFormattedString() /** Implementation specific tests here */ } -