Skip to content

Commit

Permalink
Apply fixes from StyleCI (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot authored Sep 21, 2017
1 parent eda2fba commit adc2218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NexmoDriverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public function it_can_build_payload_with_additional_parameters()

$message = 'string';
$payload = $driver->buildServicePayload($message, $incomingMessage, [
'from' => 'custom'
'from' => 'custom',
]);

$this->assertSame([
Expand Down

0 comments on commit adc2218

Please sign in to comment.