Skip to content

Commit 8242de4

Browse files
authored
fix indentation
1 parent 2b0db15 commit 8242de4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Fcm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ public function send()
6060
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, CURL_IPRESOLVE_V4);
6161
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($fields));
6262
$result = json_decode(curl_exec($ch));
63-
curl_close($ch);
63+
curl_close($ch);
6464

65-
return $result;
65+
return $result;
6666
}
6767
}

0 commit comments

Comments
 (0)