Skip to content

Commit 399a999

Browse files
authored
Merge pull request #189 from justbetter/analysis-N43NZ1
Apply fixes from StyleCI
2 parents 0c9394f + adf57ff commit 399a999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public function collectModuleConfig(): array
233233

234234
foreach ($this->configKeys as $key => $config) {
235235
try {
236-
$value = $this->scopeConfig->getValue('sentry/environment/'.$key, ScopeInterface::SCOPE_STORE)
236+
$value = $this->scopeConfig->getValue('sentry/environment/'.$key, ScopeInterface::SCOPE_STORE)
237237
?? $this->deploymentConfig->get('sentry/'.$key);
238238
} catch (TableNotFoundException|FileSystemException|RuntimeException|DomainException $e) {
239239
$value = $this->deploymentConfig->get('sentry/'.$key);

0 commit comments

Comments
 (0)