Skip to content

all the unused "use" have been removed #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

all the unused "use" have been removed #250

wants to merge 2 commits into from

Conversation

sangio90
Copy link

Found and removed all unused "use" as the second step of last pull request (from both src and tests folders).
Now there should be no more unused "use".

@@ -11,7 +11,6 @@
use MongoDB\Exception\InvalidArgumentException;
use MongoDB\GridFS\Exception\CorruptFileException;
use MongoDB\GridFS\Exception\FileNotFoundException;
use MongoDB\Operation\Find;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Used by find() doc block: @see Find::__construct() for supported options

@@ -2,7 +2,6 @@

namespace MongoDB;

use MongoDB\Collection;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Used by __get and selectCollection() doc blocks.

jmikola added a commit that referenced this pull request Sep 27, 2016
@jmikola
Copy link
Member

jmikola commented Sep 27, 2016

Merged in 942af4e with the commit amended to include the necessary use statements. Thanks!

@jmikola jmikola closed this Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants