Skip to content

Commit 7f0b902

Browse files
authored
Remove phpcs:ignore comments for unused use statements (#1086)
The line in DropEncryptedCollection was never necessary. The line in CreateEncryptedCollection may have been used at one point since Binary is only referenced in a psalm-var annotation, but phpcs no longer complains.
1 parent 3052d1a commit 7f0b902

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Operation/CreateEncryptedCollection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
namespace MongoDB\Operation;
1919

20-
// phpcs:ignore SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse
2120
use MongoDB\BSON\Binary;
2221
use MongoDB\Driver\ClientEncryption;
2322
use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException;

src/Operation/DropEncryptedCollection.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717

1818
namespace MongoDB\Operation;
1919

20-
// phpcs:ignore SlevomatCodingStandard.Namespaces.UnusedUses.UnusedUse
21-
use MongoDB\BSON\Binary;
2220
use MongoDB\Driver\Exception\RuntimeException as DriverRuntimeException;
2321
use MongoDB\Driver\Server;
2422
use MongoDB\Exception\InvalidArgumentException;

0 commit comments

Comments
 (0)