Passed
Push — v3 ( 655881...eec076 )
by Andrew
19:24 queued 14s
created
src/debug/views/seomatic/render-value.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
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,
Please login to merge, or discard this patch.
src/gql/resolvers/SitemapResolver.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -109,12 +109,12 @@
 block discarded – undo
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 [
Please login to merge, or discard this patch.
src/controllers/ContentSeoController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,8 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.
src/controllers/SettingsController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -601,8 +601,8 @@
 block discarded – undo
601 601
         string $sourceBundleType,
602 602
         string $sourceHandle,
603 603
         string $siteHandle = null,
604
-               $typeId = null,
605
-               $loadFromSiteHandle = null
604
+                $typeId = null,
605
+                $loadFromSiteHandle = null
606 606
     ): Response {
607 607
         $variables = [];
608 608
         // @TODO: Let people choose an entry/categorygroup/product as the preview
Please login to merge, or discard this patch.