Skip to content

Commit 4154376

Browse files
committed
style
1 parent 97d4974 commit 4154376

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/View/ComponentAttributeBag.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,10 +495,10 @@ public function __toString()
495495
$value = $key === 'x-data' || str_starts_with($key, 'wire:') ? '' : $key;
496496
}
497497

498-
if($key === $value) {
498+
if ($key === $value) {
499499
$string .= ' '.$key;
500500
} else {
501-
$string .= ' ' . $key . '="' . str_replace('"', '\\"', trim($value)) . '"';
501+
$string .= ' '.$key.'="'.str_replace('"', '\\"', trim($value)).'"';
502502
}
503503
}
504504

0 commit comments

Comments
 (0)