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#7024 from keradus/mult…
Browse files Browse the repository at this point in the history
…iple_use

CS: There MUST be one use keyword per declaration.
  • Loading branch information
Ocramius committed Dec 16, 2014
3 parents e497846 + 09479f7 + 842afab commit 9e70bcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Storage/ChainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

namespace ZendTest\Authentication\Storage;

use Zend\Authentication\Storage\Chain,
Zend\Authentication\Storage\StorageInterface,
Zend\Authentication\Storage\NonPersistent;
use Zend\Authentication\Storage\Chain;
use Zend\Authentication\Storage\StorageInterface;
use Zend\Authentication\Storage\NonPersistent;

use PHPUnit_Framework_TestCase as TestCase;

Expand Down

0 comments on commit 9e70bcf

Please sign in to comment.