Skip to content

Commit 3083c62

Browse files
authored
lint (#142)
1 parent 1a67de3 commit 3083c62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Fieldtypes/MailchimpAudience.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ protected function toItemArray($id)
2121
if (! $list = $this->callApi("lists/{$id}")) {
2222
return [];
2323
}
24-
24+
2525
if (! $id = Arr::get($list, 'id')) {
2626
return [];
2727
}
28-
28+
2929
return [
3030
'id' => $id,
3131
'title' => Arr::get($list, 'name'),

src/UserConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function save()
6363
}
6464

6565
/**
66-
* Get user config from yaml
66+
* Get user config from yaml.
6767
*
6868
* @return array
6969
*/

0 commit comments

Comments
 (0)