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

Commit

Permalink
[zen-49] Fixed bad import
Browse files Browse the repository at this point in the history
- Traversable was removed due to whitespace issues between import statements
  • Loading branch information
weierophinney committed Jul 9, 2012
1 parent fc1d743 commit d2c6567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transport/Sendmail.php
Expand Up @@ -10,7 +10,7 @@

namespace Zend\Mail\Transport;

use use;
use Traversable;
use Zend\Mail;
use Zend\Mail\Address\AddressInterface;
use Zend\Mail\Exception;
Expand Down

0 comments on commit d2c6567

Please sign in to comment.