@@ -30,8 +30,8 @@ |
||
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', |
@@ -45,13 +45,13 @@ |
||
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 |