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

Commit ee29039

Browse files
committed
Adding TestCase type hint back
1 parent c3bb253 commit ee29039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MailRecorder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ class MailRecorder implements Swift_Events_EventListener
2121
/**
2222
* MailRecorder constructor.
2323
*
24-
* @param $test
24+
* @param PHPUnit_Framework_TestCase $test
2525
*/
26-
public function __construct($test)
26+
public function __construct(PHPUnit_Framework_TestCase $test)
2727
{
2828
$this->test = $test;
2929
}

0 commit comments

Comments
 (0)