Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Add use statements #4699

Closed
wants to merge 2 commits into from
Closed

Add use statements #4699

wants to merge 2 commits into from

Conversation

neeckeloo
Copy link
Contributor

It's an addition to the work done in #4643 and #4640.

@@ -9,7 +9,10 @@

namespace Zend\Db\ResultSet;

interface ResultSetInterface extends \Traversable, \Countable
use Traversable;
use Countable;
Copy link
Member

Choose a reason for hiding this comment

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

I think sorting imports alphabetically is a good idea.

@prolic
Copy link
Contributor

prolic commented Jun 22, 2013

looks good to me, but travis fails

@mwillbanks
Copy link
Contributor

Travis was failing for quite a while due to a change; we will likely have to run this manually.

weierophinney added a commit that referenced this pull request Jun 28, 2013
weierophinney added a commit that referenced this pull request Jun 28, 2013
- Trailing whitespace
weierophinney added a commit that referenced this pull request Jun 28, 2013
@ghost ghost assigned weierophinney Jun 28, 2013
weierophinney added a commit to zendframework/zend-mail that referenced this pull request May 14, 2015
weierophinney added a commit to zendframework/zend-mail that referenced this pull request May 14, 2015
weierophinney added a commit to zendframework/zend-mail that referenced this pull request May 14, 2015
weierophinney added a commit to zendframework/zend-loader that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-loader that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-loader that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-ldap that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-ldap that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-ldap that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-view that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-view that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-view that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-view that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-feed that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-feed that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-feed that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-feed that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-permissions-rbac that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-permissions-rbac that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-permissions-rbac that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants