Passed
Push — 8.x-2.x ( 82a225...371e81 )
by Frédéric G.
03:28
created
modules/mongodb_watchdog/src/EventController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Drupal\mongodb_watchdog;
6 6
 
Please login to merge, or discard this patch.
modules/mongodb_watchdog/src/Form/ClearConfirmForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Drupal\mongodb_watchdog\Form;
6 6
 
Please login to merge, or discard this patch.
modules/mongodb_watchdog/src/Form/OverviewFilterForm.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Drupal\mongodb_watchdog\Form;
6 6
 
Please login to merge, or discard this patch.
modules/mongodb_watchdog/src/Install/SanityCheck.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Drupal\mongodb_watchdog\Install;
6 6
 
Please login to merge, or discard this patch.
modules/mongodb_watchdog/src/Logger.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 namespace Drupal\mongodb_watchdog;
6 6
 
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use MongoDB\Driver\Exception\InvalidArgumentException;
20 20
 use MongoDB\Driver\Exception\RuntimeException;
21 21
 use MongoDB\Driver\WriteConcern;
22
-use MongoDB\Model\CollectionInfo;
23 22
 use MongoDB\Model\CollectionInfoIterator;
24 23
 use Psr\Log\AbstractLogger;
25 24
 use Psr\Log\LogLevel;
Please login to merge, or discard this patch.