Skip to content

Commit

Permalink
styleCI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Sep 18, 2016
1 parent d4dc725 commit 1a9d2b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ManagerBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

namespace Jgut\Slim\Doctrine;

use Interop\Container\ContainerInterface;
use Jgut\Doctrine\ManagerBuilder\CouchDBBuilder;
use Jgut\Doctrine\ManagerBuilder\ManagerBuilder as Builder;
use Jgut\Doctrine\ManagerBuilder\MongoDBBuilder;
Expand Down
4 changes: 2 additions & 2 deletions tests/Doctrine/ManagerBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public function testDuplicatedNamedManager()
[
'type' => Builder::METADATA_MAPPING_ANNOTATION,
'path' => __DIR__,
]
],
],
],
],
Expand Down Expand Up @@ -187,7 +187,7 @@ public function testCLIApplication()
[
'type' => Builder::METADATA_MAPPING_ANNOTATION,
'path' => __DIR__,
]
],
],
],
],
Expand Down

0 comments on commit 1a9d2b9

Please sign in to comment.