Skip to content

Commit 955a7b4

Browse files
committed
Code style fixes
1 parent 395589c commit 955a7b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/IntegrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function it_can_send_a_pushover_notification_with_a_global_token(): void
8181
protected function requestWillBeSentToPushoverWith($params): void
8282
{
8383
$multipartData = array_map(
84-
fn($key, $value) => ['name' => $key, 'contents' => $value],
84+
fn ($key, $value) => ['name' => $key, 'contents' => $value],
8585
array_keys($params),
8686
array_values($params)
8787
);

0 commit comments

Comments
 (0)