Skip to content

Commit 86a09a6

Browse files
committed
[LiveComponent] Fix code style
1 parent 4d0cc0f commit 86a09a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LiveComponent/src/Util/LiveAttributesCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function setRequestMethod(string $requestMethod): void
102102
{
103103
$this->attributes['data-live-request-method-value'] = $requestMethod;
104104
}
105-
105+
106106
public function setQueryUrlMapping(array $queryUrlMapping): void
107107
{
108108
$this->attributes['data-live-query-mapping-value'] = $queryUrlMapping;

src/LiveComponent/tests/Functional/Controller/BatchActionControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function testRedirectWithAcceptHeader(): void
181181
->post('/_components/with_actions', [
182182
'body' => [
183183
'data' => json_encode([
184-
'props' => $dehydrated->getProps()
184+
'props' => $dehydrated->getProps(),
185185
]),
186186
],
187187
])

0 commit comments

Comments
 (0)