Skip to content
Snippets Groups Projects

Issue #3292100: Refactor a function to remove trailing commas

11 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -55,7 +55,7 @@ class CloudDashboardConfigController extends ControllerBase {
public function __construct(
EntityTypeManager $entity_type_manager,
ConfigFactoryInterface $config_factory,
RequestStack $request_stack,
RequestStack $request_stack
) {
$this->entityTypeManager = $entity_type_manager;
$this->configFactory = $config_factory;
Loading