From 8dc7153bff36dc04581635c6e0aa8f86a94e2621 Mon Sep 17 00:00:00 2001 From: Robert-John van Doesburg Date: Tue, 20 Feb 2018 09:11:52 +0100 Subject: [PATCH] Applied StyleCI fix --- tests/HipChatDriverTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/HipChatDriverTest.php b/tests/HipChatDriverTest.php index 8654474..f622331 100644 --- a/tests/HipChatDriverTest.php +++ b/tests/HipChatDriverTest.php @@ -255,7 +255,7 @@ public function it_builds_the_correct_payload() // Now if the user wants to set the format to HTML $payload = $driver->buildServicePayload('Test message', $message, [ - 'message_format' => 'html' + 'message_format' => 'html', ]); $this->assertEquals('html', $payload['message_format']);