Skip to content

Commit 92935b5

Browse files
committed
Added comment
1 parent be58b70 commit 92935b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Plugin/os2web/DataLookup/ServiceplatformenBase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ protected function getCertificate(): string {
398398
return $key->getKeyValue();
399399
}
400400

401+
// Get certificate filename based on whether we're running in prod mode
402+
// (mode_selector = 0) or test mode.
401403
$filename = 0 === $this->configuration['mode_selector']
402404
? $this->configuration['certfile']
403405
: $this->configuration['certfile_test'];

0 commit comments

Comments
 (0)