Skip to content
This repository has been archived by the owner on Jan 31, 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 23fed26 + e4c74e6 + bcbe106 commit f3e51e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/FilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

namespace ZendTest\Stdlib;

use Zend\Stdlib\Hydrator\Filter\HasFilter,
Zend\Stdlib\Hydrator\Filter\IsFilter,
Zend\Stdlib\Hydrator\Filter\GetFilter;
use Zend\Stdlib\Hydrator\Filter\HasFilter;
use Zend\Stdlib\Hydrator\Filter\IsFilter;
use Zend\Stdlib\Hydrator\Filter\GetFilter;

class FilterTest extends \PHPUnit_Framework_TestCase
{
Expand Down

0 comments on commit f3e51e3

Please sign in to comment.