10000 Merge pull request #29053 from NostradamusICTBV/5.7 · laravel/framework@ebff046 · GitHub
[go: up one dir, main page]

Skip to content

Commit ebff046

Browse files
authored
Merge pull request #29053 from NostradamusICTBV/5.7
Added return type to avoid errors in tests
2 parents efc27ec + 4423ed8 commit ebff046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Testing/Fakes/MailFake.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,6 @@ public function later($delay, $view, $queue = null)
331331
*/
332332
public function failures()
333333
{
334-
//
334+
return [];
335335
}
336336
}

0 commit comments

Comments
 (0)
0