@@ -6,7 +6,6 @@ |
||
6 | 6 | use RuntimeException; |
7 | 7 | use Swift_Message; |
8 | 8 | use Swift_Mailer; |
9 | -use Swift_Mime_MimePart; |
|
10 | 9 | use Swift_SmtpTransport; |
11 | 10 | |
12 | 11 | trait InteractsWithSwiftEmailer |
@@ -479,7 +479,7 @@ |
||
479 | 479 | /** |
480 | 480 | * Abstract methods from PhpUnit |
481 | 481 | */ |
482 | - abstract public function assertContains($needle, $haystack, string $message = '', bool $ignoreCase = false, bool $checkForObjectIdentity = true, bool $checkForNonObjectIdentity = false):void ; |
|
482 | + abstract public function assertContains($needle, $haystack, string $message = '', bool $ignoreCase = false, bool $checkForObjectIdentity = true, bool $checkForNonObjectIdentity = false):void; |
|
483 | 483 | abstract public function assertEquals($expected, $actual, string $message = '', float $delta = 0, int $maxDepth = 10, bool $canonicalize = false, bool $ignoreCase = false):void; |
484 | 484 | abstract public function fail(string $message = ''):void; |
485 | 485 | abstract public function assertNotEmpty($actual, string $message = ''):void; |