Test Failed
Push — v5 ( 55df5c...cddd2a )
by Andrew
31:11 queued 16:26
created
src/controllers/SettingsController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -508,8 +508,8 @@  discard block
 block discarded – undo
508 508
         string $sourceBundleType,
509 509
         string $sourceHandle,
510 510
         string $siteHandle = null,
511
-               $typeId = null,
512
-               $loadFromSiteHandle = null,
511
+                $typeId = null,
512
+                $loadFromSiteHandle = null,
513 513
     ): Response {
514 514
         $variables = [];
515 515
         // @TODO: Let people choose an entry/categorygroup/product as the preview
@@ -1222,7 +1222,7 @@  discard block
 block discarded – undo
1222 1222
         string $sourceHandle,
1223 1223
         string $groupName,
1224 1224
         array  &$variables,
1225
-               $typeId = null,
1225
+                $typeId = null,
1226 1226
     ) {
1227 1227
         $variables['textFieldSources'] = array_merge(
1228 1228
             ['entryGroup' => ['optgroup' => $groupName . ' Fields'], 'title' => 'Title'],
Please login to merge, or discard this patch.