Passed
Push — v3 ( 8a04fd...e916ab )
by Andrew
20:43 queued 14s
created
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.