Completed
Push — master ( 8957db...cc180d )
by Jacob
9s
created
src/StorageMetadataFactory.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -2,11 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace As3\Modlr\Search\Elastic;
4 4
 
5
-use As3\Modlr\Exception\MetadataException;
6 5
 use As3\Modlr\Metadata\EntityMetadata;
7
-use As3\Modlr\Metadata\Interfaces\StorageLayerInterface;
8 6
 use As3\Modlr\Metadata\Interfaces\StorageMetadataFactoryInterface;
9
-use As3\Modlr\Util\EntityUtility;
10 7
 
11 8
 /**
12 9
  * Creates Elastic search storage Metadata instances for use with metadata drivers.
Please login to merge, or discard this patch.
src/Client.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace As3\Modlr\Search\Elastic;
4 4
 
5 5
 use As3\Modlr\Metadata\EntityMetadata;
6
-use As3\Modlr\Metadata\Interfaces\SearchMetadataFactoryInterface;
7 6
 use As3\Modlr\Persister\PersisterInterface;
8 7
 use As3\Modlr\Search\ClientInterface;
9 8
 
Please login to merge, or discard this patch.