We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395589c commit 955a7b4Copy full SHA for 955a7b4
1 file changed
tests/IntegrationTest.php
@@ -81,7 +81,7 @@ public function it_can_send_a_pushover_notification_with_a_global_token(): void
81
protected function requestWillBeSentToPushoverWith($params): void
82
{
83
$multipartData = array_map(
84
- fn($key, $value) => ['name' => $key, 'contents' => $value],
+ fn ($key, $value) => ['name' => $key, 'contents' => $value],
85
array_keys($params),
86
array_values($params)
87
);
0 commit comments