Skip to content

Commit 8017b24

Browse files
committed
Added return type to avoid errors in tests
1 parent c0f28b4 commit 8017b24

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)