Skip to content

Commit 91905de

Browse files
authored
Update app/code/Magento/Csp/Model/Mode/ConfigManager.php
1 parent 1d44052 commit 91905de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Csp/Model/Mode/ConfigManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ public function getConfigured(): ModeConfiguredInterface
129129

130130
return $this->modeConfiguredFactory->create([
131131
'reportOnly' => (bool) $reportOnly,
132-
'reportUri' => !empty($reportUri) ? (string) $reportUri : null,
132+
'reportUri' => !empty($reportUri) ? (string)$reportUri : null
133133
]);
134134
}
135135
}

0 commit comments

Comments
 (0)