Skip to content

Commit d7d0d26

Browse files
authored
Merge pull request #29052 from NostradamusICTBV/5.5
Added return type to avoid errors in tests
2 parents a493425 + 8017b24 commit d7d0d26

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
@@ -311,6 +311,6 @@ public function queue($view, $queue = null)
311311
*/
312312
public function failures()
313313
{
314-
//
314+
return [];
315315
}
316316
}

0 commit comments

Comments
 (0)