Passed
Pull Request — main (#546)
by Pieter van der
08:01 queued 02:27
created
Surfnet/Stepup/Identity/Event/IdentityAccreditedAsRaForInstitutionEvent.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,8 +30,8 @@
 block discarded – undo
30 30
 class IdentityAccreditedAsRaForInstitutionEvent extends IdentityEvent implements RightToObtainDataInterface
31 31
 {
32 32
 /**
33
-     * @var string[]
34
-     */
33
+ * @var string[]
34
+ */
35 35
     private array $allowlist = [
36 36
         'identity_id',
37 37
         'name_id',
Please login to merge, or discard this patch.
StepupMiddleware/MiddlewareBundle/Console/Command/ReplayEventsCommand.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -45,13 +45,13 @@
 block discarded – undo
45 45
     protected function configure(): void
46 46
     {
47 47
         $this
48
-             ->addOption(
49
-                 'increments',
50
-                 'i',
51
-                 InputOption::VALUE_REQUIRED,
52
-                 'The amount of events that are replayed at once (repeated until all events are replayed)',
53
-                 1000,
54
-             );
48
+                ->addOption(
49
+                    'increments',
50
+                    'i',
51
+                    InputOption::VALUE_REQUIRED,
52
+                    'The amount of events that are replayed at once (repeated until all events are replayed)',
53
+                    1000,
54
+                );
55 55
     }
56 56
 
57 57
     protected function execute(InputInterface $input, OutputInterface $output): int
Please login to merge, or discard this patch.