Completed
Pull Request — 8.x-2.x (#24)
by Frédéric G.
03:06
created
modules/mongodb_watchdog/src/Controller/DetailController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace Drupal\mongodb_watchdog\Controller;
4 4
 
5 5
 use Drupal\Core\Config\ImmutableConfig;
6
-use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
7 6
 use Drupal\Core\Template\Attribute;
8 7
 use Drupal\mongodb_watchdog\EventController;
9 8
 use Drupal\mongodb_watchdog\EventTemplate;
Please login to merge, or discard this patch.
modules/mongodb_watchdog/src/Controller/RequestController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Drupal\Component\Utility\Unicode;
6 6
 use Drupal\Core\Config\ImmutableConfig;
7 7
 use Drupal\Core\Datetime\DateFormatterInterface;
8
-use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
9 8
 use Drupal\Core\Link;
10 9
 use Drupal\Core\Logger\RfcLogLevel;
11 10
 use Drupal\mongodb_watchdog\Logger;
Please login to merge, or discard this patch.