From c0d6feb8526496e06d6e9b27ed7e7f077d4c13c5 Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Wed, 26 Jun 2024 11:32:21 +0200 Subject: [PATCH] Coding standards --- .../src/Drush/Commands/DigitalPostTestCommands.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/os2forms_digital_post/src/Drush/Commands/DigitalPostTestCommands.php b/modules/os2forms_digital_post/src/Drush/Commands/DigitalPostTestCommands.php index 7d4bb35..248452a 100644 --- a/modules/os2forms_digital_post/src/Drush/Commands/DigitalPostTestCommands.php +++ b/modules/os2forms_digital_post/src/Drush/Commands/DigitalPostTestCommands.php @@ -2,7 +2,6 @@ namespace Drupal\os2forms_digital_post\Drush\Commands; -//use Drupal\Core\Serialization\Yaml; use Drupal\Component\Serialization\Yaml; use Drupal\Core\Utility\Token; use Drupal\entity_print\Plugin\EntityPrintPluginManagerInterface;