Completed
Push — master ( d6ac03...ba29f0 )
by Jacob
04:02
created
src/Search/Elastic/Client.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 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
-use As3\Modlr\Persister\Record;
9 7
 use As3\Modlr\Search\ClientInterface;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.
src/Search/Elastic/StorageMetadataFactory.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,8 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace As3\Modlr\Search\Elastic;
4 4
 
5
-use As3\Modlr\Util\EntityUtility;
6
-use As3\Modlr\Exception\MetadataException;
7 5
 use As3\Modlr\Metadata\EntityMetadata;
8 6
 use As3\Modlr\Metadata\Interfaces\StorageMetadataFactoryInterface;
9 7
 
Please login to merge, or discard this patch.