Completed
Branch 9-watchdog_detail_controller (256ca8)
by Frédéric G.
04:18
created
modules/mongodb_watchdog/src/Form/ClearConfirmForm.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\mongodb_watchdog\Form;
4 4
 
5
+use Drupal\Core\Form\ConfirmFormBase;
5 6
 use Drupal\Core\Form\FormStateInterface;
6 7
 use Drupal\Core\Url;
7
-use Drupal\Core\Form\ConfirmFormBase;
8 8
 use Drupal\mongodb_watchdog\Logger;
9 9
 use MongoDB\Database;
10 10
 use Symfony\Component\DependencyInjection\ContainerInterface;
Please login to merge, or discard this patch.
modules/mongodb_watchdog/src/Controller/AdminController.php 1 patch
Unused Use Statements   +1 added lines, -4 removed lines patch added patch discarded remove patch
@@ -8,14 +8,11 @@
 block discarded – undo
8 8
 
9 9
 use Drupal\Component\Utility\Unicode;
10 10
 use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
11
-use Drupal\Core\Template\Attribute;
12 11
 use Drupal\Core\Url;
13
-use Drupal\mongodb\Connection;
14
-use Drupal\mongodb_watchdog\EventTemplate;
15 12
 use Drupal\mongodb_watchdog\Logger;
16 13
 use MongoDB\Database;
17
-use Psr\Log\LoggerInterface;
18 14
 use Psr\Log\LogLevel;
15
+use Psr\Log\LoggerInterface;
19 16
 use Symfony\Component\DependencyInjection\ContainerInterface;
20 17
 
21 18
 /**
Please login to merge, or discard this patch.
modules/mongodb_watchdog/src/Controller/DetailController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
7 7
 use Drupal\Core\Template\Attribute;
8 8
 use Drupal\mongodb_watchdog\EventController;
9
-use Drupal\mongodb_watchdog\EventTemplate;use Drupal\mongodb_watchdog\Logger;
9
+use Drupal\mongodb_watchdog\EventTemplate;
10 10
 use Psr\Log\LoggerInterface;
11 11
 use Symfony\Component\DependencyInjection\ContainerInterface;
12 12
 
Please login to merge, or discard this patch.