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

Commit

Permalink
Merge pull request zendframework/zendframework#5672 branch 'hotfix/cs…
Browse files Browse the repository at this point in the history
…-cleanup'
  • Loading branch information
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/BlockCipher.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@

namespace Zend\Crypt;

use Zend\Crypt\Hmac;
use Zend\Crypt\Key\Derivation\Pbkdf2;
use Zend\Crypt\Symmetric\SymmetricInterface;
use Zend\Crypt\Utils;
use Zend\Math\Rand;

/**
Expand Down
1 change: 0 additions & 1 deletion src/Key/Derivation/Scrypt.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Zend\Crypt\Key\Derivation;

use Zend\Crypt\Key\Derivation\Pbkdf2;

/**
* Scrypt key derivation function
Expand Down
1 change: 0 additions & 1 deletion src/PublicKey/Rsa.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

use Traversable;
use Zend\Crypt\PublicKey\Rsa\Exception;
use Zend\Crypt\PublicKey\RsaOptions;
use Zend\Stdlib\ArrayUtils;

/**
Expand Down
2 changes: 1 addition & 1 deletion test/PublicKey/DiffieHellmanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Crypt;
namespace ZendTest\Crypt\PublicKey;

use Zend\Crypt\PublicKey\DiffieHellman;
use Zend\Math\BigInteger;
Expand Down
2 changes: 1 addition & 1 deletion test/PublicKey/RsaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

namespace ZendTest\Crypt;
namespace ZendTest\Crypt\PublicKey;

use Zend\Crypt\PublicKey\Rsa;
use Zend\Crypt\PublicKey\RsaOptions;
Expand Down

0 comments on commit 15ac5dd

Please sign in to comment.