diff --git a/Block/SentryScript.php b/Block/SentryScript.php index 55305540dac6ba6973fed832ef7d3c4d5b3fecd8..b8ce75df8420b63d4fd5089b1be912133fe96ef7 100644 --- a/Block/SentryScript.php +++ b/Block/SentryScript.php @@ -103,7 +103,7 @@ class SentryScript extends Template } /** - * Assembles and returns the JS script path + * Assembles and returns the JS script path. */ public function getJsUrl(): string { diff --git a/Model/Collector/SentryRelatedCspCollector.php b/Model/Collector/SentryRelatedCspCollector.php index e9743aa5c711e9e7dc073a361028452248572b61..04ceab24c89926ddbc26aa8fa1f0c48a32a489d8 100644 --- a/Model/Collector/SentryRelatedCspCollector.php +++ b/Model/Collector/SentryRelatedCspCollector.php @@ -46,7 +46,7 @@ class SentryRelatedCspCollector implements PolicyCollectorInterface $policies[] = new FetchPolicy( 'script-src', false, - [$customLoaderHost->getScheme() . '://' . $customLoaderHost->getHost()] + [$customLoaderHost->getScheme().'://'.$customLoaderHost->getHost()] ); }