Skip to content

Commit 8987fd6

Browse files
committed
styleci fixes
1 parent a5c65b9 commit 8987fd6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/ClickSend.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ public function client(): Client
7676
private function firstComboOrFail(array $combos)
7777
{
7878
$credentials = collect($combos)
79-
->first(function($pair) {
80-
return ! in_array(null, $pair,true);
79+
->first(function ($pair) {
80+
return ! in_array(null, $pair, true);
8181
});
8282

8383
if (! $credentials) {

src/ClickSendMessage.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public function reference($string)
9191
return $this;
9292
}
9393

94-
9594
/**
9695
* Set the ClickSend SMS client instance.
9796
*

0 commit comments

Comments
 (0)