Skip to content

Commit 482ef7a

Browse files
committed
fix code style
1 parent c7e94ee commit 482ef7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/IntegrationTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function it_can_send_a_pushover_notification_with_an_overridden_token():
111111
protected function requestWillBeSentToPushoverWith($params): void
112112
{
113113
$multipartData = array_map(
114-
fn($key, $value) => ['name' => $key, 'contents' => $value],
114+
fn ($key, $value) => ['name' => $key, 'contents' => $value],
115115
array_keys($params),
116116
array_values($params)
117117
);

0 commit comments

Comments
 (0)