Completed
Pull Request — master (#5)
by Jacob
02:31
created
src/StorageMetadataFactory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use As3\Modlr\Exception\MetadataException;
6 6
 use As3\Modlr\Metadata\EntityMetadata;
7
-use As3\Modlr\Metadata\Interfaces\StorageLayerInterface;
8 7
 use As3\Modlr\Metadata\Interfaces\StorageMetadataFactoryInterface;
9 8
 use As3\Modlr\Util\EntityUtility;
10 9
 
Please login to merge, or discard this patch.
src/Persister.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -6,11 +6,8 @@
 block discarded – undo
6 6
 use As3\Modlr\Models\Model;
7 7
 use As3\Modlr\Models\Collection;
8 8
 use As3\Modlr\Metadata\EntityMetadata;
9
-use As3\Modlr\Metadata\AttributeMetadata;
10
-use As3\Modlr\Metadata\RelationshipMetadata;
11 9
 use As3\Modlr\Persister\PersisterInterface;
12 10
 use As3\Modlr\Persister\PersisterException;
13
-use As3\Modlr\Persister\Record;
14 11
 use Doctrine\MongoDB\Connection;
15 12
 use \MongoId;
16 13
 
Please login to merge, or discard this patch.