Skip to content

Commit 424c282

Browse files
committed
Remove unnecessary use statements
1 parent 1f7071b commit 424c282

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Operation/CreateCollection.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
use function is_string;
3131
use function MongoDB\is_document;
3232
use function MongoDB\is_pipeline;
33-
use function trigger_error;
34-
35-
use const E_USER_DEPRECATED;
3633

3734
/**
3835
* Operation for the create command.

0 commit comments

Comments
 (0)