From 06c28b311daeca9e45c8002f314ec939da4472ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 14 Jan 2026 11:20:02 +0100 Subject: [PATCH] Add missing final new line --- tests/BroadcastingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BroadcastingTest.php b/tests/BroadcastingTest.php index c51848d3..3c008271 100644 --- a/tests/BroadcastingTest.php +++ b/tests/BroadcastingTest.php @@ -192,4 +192,4 @@ test('reverb driver triggers tenant context binding', function() { // Assert the broadcaster instance was swapped expect($currentBroadcaster)->not->toBe($centralBroadcaster); expect($currentBroadcaster->message)->toBe('tenant_instance'); -}); \ No newline at end of file +});