Skip to content

Commit 17d821f

Browse files
committed
chore: Fix cs
1 parent ea2c7bd commit 17d821f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Service/PageService.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ private function mapResponseToPageAsset(array $response): PageAsset
215215
{
216216
try {
217217
$data = $response['entity'] ?? [];
218-
218+
219219
// Ensure $data is an array
220-
if (!is_array($data)) {
220+
if (! is_array($data)) {
221221
$data = [];
222222
}
223223

0 commit comments

Comments
 (0)