Completed
Push — 8.x-2.x ( eae9c1...c6d484 )
by Frédéric G.
03:41
created
modules/mongodb_watchdog/src/Controller/AdminController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
   /**
36 36
    * Constructor.
37 37
    *
38
-   * @param \MongoDB $database
38
+   * @param Database $database
39 39
    *   The watchdog database.
40 40
    * @param \Drupal\mongodb_watchdog\Logger $logger
41 41
    */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Drupal\Component\Utility\Unicode;
11 11
 use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
12 12
 use Drupal\Core\Url;
13
-use Drupal\mongodb\Connection;
14 13
 use Drupal\mongodb_watchdog\Logger;
15 14
 use MongoDB\Database;
16 15
 use Symfony\Component\DependencyInjection\ContainerInterface;
Please login to merge, or discard this patch.