Skip to content

Commit

Permalink
remove unused namespace refs
Browse files Browse the repository at this point in the history
  • Loading branch information
tom committed Feb 8, 2015
1 parent 5872706 commit fa47a59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/MockContainer.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
namespace TomVerran;
use Interop\Container\ContainerInterface;
use Interop\Container\Exception\ContainerException;
use Interop\Container\Exception\NotFoundException;

class MockContainer implements ContainerInterface
{
Expand All @@ -20,7 +18,7 @@ public function __construct( $mappings )
/**
* Update a mapping between object identifier and object
* @param string $id The object identifier
* @param $object the actual object
* @param mixed $object the actual object
*/
public function setMapping( $id, $object )
{
Expand Down

0 comments on commit fa47a59

Please sign in to comment.