Passed
Push — v4 ( a45787...4f81d0 )
by Andrew
31:35 queued 20:43
created
src/controllers/SettingsController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -502,8 +502,8 @@
 block discarded – undo
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
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.