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

Commit

Permalink
Merge branch 'hotfix/2685' into develop
Browse files Browse the repository at this point in the history
Forward port zendframework/zendframework#2685

Conflicts:
	library/Zend/Code/Scanner/ClassScanner.php
	tests/ZendTest/ModuleManager/Listener/ListenerOptionsTest.php
  • Loading branch information
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/Header/MessageId.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

namespace Zend\Mail\Header;

use Zend\Mail\Headers;

/**
* @category Zend
Expand Down
1 change: 0 additions & 1 deletion src/Storage/Part/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

use Zend\Mail\Headers;
use Zend\Mail\Storage\Part;
use Zend\Mime;

/**
* @category Zend
Expand Down
1 change: 0 additions & 1 deletion test/Protocol/SmtpTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
use Zend\Mail\Headers;
use Zend\Mail\Message;
use Zend\Mail\Transport\Smtp;
use Zend\Mail\Transport\SmtpOptions;
use ZendTest\Mail\TestAsset\SmtpProtocolSpy;

/**
Expand Down
2 changes: 0 additions & 2 deletions test/Storage/ImapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
namespace ZendTest\Mail\Storage;

use Zend\Config;
use Zend\Mail\Exception as MailException;
use Zend\Mail\Protocol;
use Zend\Mail\Protocol\Exception as ProtocolException;
use Zend\Mail\Storage;
use Zend\Mail\Storage\Exception;

Expand Down
1 change: 0 additions & 1 deletion test/Storage/MaildirWritableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace ZendTest\Mail\Storage;

use Zend\Mail;
use Zend\Mail\Exception as MailException;
use Zend\Mail\Storage;
use Zend\Mail\Storage\Writable;

Expand Down
1 change: 0 additions & 1 deletion test/Storage/MboxFolderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
namespace ZendTest\Mail\Storage;

use Zend\Config;
use Zend\Mail\Exception as MailException;
use Zend\Mail\Storage\Folder;

/**
Expand Down

0 comments on commit 06b12b7

Please sign in to comment.