Skip to content
Snippets Groups Projects
Commit 8ea1a623 authored by James Wilson's avatar James Wilson
Browse files

Revert "Issue #3388449 by esolitos, jwilson3, mandclu: Usage of trailing comma...

Revert "Issue #3388449 by esolitos, jwilson3, mandclu: Usage of trailing comma causing syntax error on PHP 7.4"

This reverts commit 17291c92.
parent 17291c92
No related branches found
No related tags found
No related merge requests found
......@@ -403,7 +403,7 @@ public function __construct(
LoggerChannelFactoryInterface $logger,
ModuleHandlerInterface $module_handler,
FileUrlGeneratorInterface $file_url_generator,
ConfigFactoryInterface $config_factory
ConfigFactoryInterface $config_factory,
) {
$this->logger = $logger->get('svg_image_field');
$this->moduleHandler = $module_handler;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment