Skip to content

Commit

Permalink
Fix linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Nov 5, 2023
1 parent 4918bea commit 5890f25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/quant_api/src/EventSubscriber/QuantApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ public function onOutput(QuantEvent $event) {
foreach ($media as $item) {
// @todo Configurable to disallow remote files.
// @todo Strip base domain.

// Do not include external items.
$hostname = $config->get('host_domain') ?: $_SERVER['SERVER_NAME'];
$check_url = parse_url($item['original_path']);
Expand Down

0 comments on commit 5890f25

Please sign in to comment.