Test Failed
Push — v3 ( e916ab...646bcf )
by Andrew
10:04 queued 20s
created
src/controllers/SettingsController.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -509,8 +509,8 @@  discard block
 block discarded – undo
509 509
         string $sourceBundleType,
510 510
         string $sourceHandle,
511 511
         string $siteHandle = null,
512
-               $typeId = null,
513
-               $loadFromSiteHandle = null
512
+                $typeId = null,
513
+                $loadFromSiteHandle = null
514 514
     ): Response {
515 515
         $variables = [];
516 516
         // @TODO: Let people choose an entry/categorygroup/product as the preview
@@ -1226,7 +1226,7 @@  discard block
 block discarded – undo
1226 1226
         string $sourceHandle,
1227 1227
         string $groupName,
1228 1228
         array  &$variables,
1229
-               $typeId = null
1229
+                $typeId = null
1230 1230
     ) {
1231 1231
         $variables['textFieldSources'] = array_merge(
1232 1232
             ['entryGroup' => ['optgroup' => $groupName . ' Fields'], 'title' => 'Title'],
Please login to merge, or discard this patch.
src/helpers/Field.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@
 block discarded – undo
275 275
         string $sourceHandle,
276 276
         string $fieldClassKey,
277 277
         bool   $keysOnly = true,
278
-               $typeId = null
278
+                $typeId = null
279 279
     ): array {
280 280
         $foundFields = [];
281 281
         $layouts = [];
Please login to merge, or discard this patch.