8000 Fix styling · NativePHP/laravel@d1787d4 · GitHub
[go: up one dir, main page]

Skip to content

Commit d1787d4

Browse files
SRWieZgithub-actions[bot]
authored andcommitted
Fix styling
1 parent bd134a6 commit d1787d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/nativephp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
'cleanup_exclude_files' => [
6363
'content',
6464
'node_modules',
65-
'*/tests'
65+
'*/tests',
6666
],
6767

6868
/**

src/Notification.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ public function show(): self
8282
'event' => $this->event,
8383
'hasReply' => $this->hasReply,
8484
'replyPlaceholder' => $this->replyPlaceholder,
85-
'actions' => array_map(fn(string $label) => [
85+
'actions' => array_map(fn (string $label) => [
8686
'type' => 'button',
87-
'text' => $label
87+
'text' => $label,
8888
], $this->actions),
8989
]);
9090

0 commit comments

Comments
 (0)
0