Skip to content

Commit

Permalink
Allow PHP 7.4 unit tests to work
Browse files Browse the repository at this point in the history
  • Loading branch information
bennothommo committed Mar 3, 2024
1 parent eeca2cf commit 4c0c1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/models/MailBlockerModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ private static function getMockedUsers(): array
* @param mixed $userMock2
* @return void
*/
private static function mockBlockers(mixed $userMock1, mixed $userMock2): void
private static function mockBlockers($userMock1, $userMock2): void
{
$mailBlockerMock1 = Mockery::mock(MailBlocker::class)->makePartial();
$mailBlockerMock2 = Mockery::mock(MailBlocker::class)->makePartial();
Expand Down

0 comments on commit 4c0c1ad

Please sign in to comment.