@@ -23,7 +23,7 @@ |
||
23 | 23 | <th class="seomatic-property"><?= Html::encode($subName) ?><?= $this->render('render-copy-menu', [ |
24 | 24 | 'value' => $subValue ?? '', |
25 | 25 | 'meta' => $meta, |
26 | - ]) ?></th> |
|
26 | + ]) ?></th> |
|
27 | 27 | <?= $this->render('render-value', [ |
28 | 28 | 'value' => $subValue ?? '', |
29 | 29 | 'meta' => $meta, |
@@ -109,12 +109,12 @@ |
||
109 | 109 | } |
110 | 110 | |
111 | 111 | /** |
112 | - * Get all the sitemap index items by params. |
|
113 | - * |
|
114 | - * @param array $params |
|
115 | - * @return array |
|
116 | - * @throws \yii\web\NotFoundHttpException |
|
117 | - */ |
|
112 | + * Get all the sitemap index items by params. |
|
113 | + * |
|
114 | + * @param array $params |
|
115 | + * @return array |
|
116 | + * @throws \yii\web\NotFoundHttpException |
|
117 | + */ |
|
118 | 118 | public static function getSitemapStyles($source, $arguments, $context, ResolveInfo $resolveInfo): array |
119 | 119 | { |
120 | 120 | return [ |
@@ -502,8 +502,8 @@ |
||
502 | 502 | string $sourceBundleType, |
503 | 503 | string $sourceHandle, |
504 | 504 | string $siteHandle = null, |
505 | - $typeId = null, |
|
506 | - $loadFromSiteHandle = null, |
|
505 | + $typeId = null, |
|
506 | + $loadFromSiteHandle = null, |
|
507 | 507 | ): Response { |
508 | 508 | $variables = []; |
509 | 509 | // @TODO: Let people choose an entry/categorygroup/product as the preview |
@@ -66,8 +66,8 @@ |
||
66 | 66 | string $sort = 'sourceName|asc', |
67 | 67 | int $page = 1, |
68 | 68 | int $per_page = 20, |
69 | - $filter = '', |
|
70 | - $siteId = 0, |
|
69 | + $filter = '', |
|
70 | + $siteId = 0, |
|
71 | 71 | ): Response { |
72 | 72 | $data = []; |
73 | 73 | $sortField = 'sourceName'; |