Skip to content

Commit

Permalink
Fix coding style
Browse files Browse the repository at this point in the history
indention corrected
  • Loading branch information
j-panzer committed Nov 22, 2023
1 parent 779957f commit bad1436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Service/OaiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public function start(): string
}

if (!isset($requestArguments['from']) && isset($requestArguments['until']) && isset($this->oaiConfiguration['metadata_format_options'][$requestArguments['verb']]['requiredArguments'])) {
$this->errorRequiredArguments($requestArguments['verb'], $requestArguments);
$this->errorRequiredArguments($requestArguments['verb'], $requestArguments);
}

if ('GetRecord' === $requestArguments['verb']) {
Expand Down

0 comments on commit bad1436

Please sign in to comment.