Skip to content

Commit 5581d7c

Browse files
committed
style: Reformatting
1 parent 6c7d1b8 commit 5581d7c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Component/ComponentViewModel.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,10 @@ public function isVisible(): bool
194194

195195
public function getJsData(): array
196196
{
197+
$jsDataFromBlock = (array)$this->getBlock()->getJsData();
198+
197199
return [
198-
...(array)$this->getBlock()->getJsData(),
200+
...(array)$jsDataFromBlock,
199201
'lazyLoad' => $this->isLazyLoad(),
200202
'lazyUpdate' => $this->isLazyUpdate(),
201203
'value' => $this->getValue(),

0 commit comments

Comments
 (0)