Skip to content

Commit aa8ada8

Browse files
lee-togithub-actions[bot]
authored andcommitted
Fix styling
1 parent e813f68 commit aa8ada8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/AlpineJs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public static function event(string|JsEvent $event, ?string $name = null, array|
2828
{
2929
$event = \is_string($event) ? $event : $event->value;
3030

31-
if($params instanceof ListRowEventParams) {
31+
if ($params instanceof ListRowEventParams) {
3232
$name = "$name-{$params->key}";
3333
}
3434

src/DTOs/Select/OptionProperty.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function __construct(
1818

1919
public function getImage(): ?OptionImage
2020
{
21-
if(\is_string($this->image)){
21+
if (\is_string($this->image)) {
2222
return new OptionImage(
2323
src: $this->image
2424
);

0 commit comments

Comments
 (0)