Completed
Push — master ( b4e9b7...cff413 )
by Peter
11:12
created
src/Helpers/Decorator/Factory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 
14 14
 namespace Maslosoft\Mangan\Helpers\Decorator;
15 15
 
16
-use Maslosoft\Mangan\Decorators\Undecorated;
17 16
 use Maslosoft\Mangan\Exceptions\ManganException;
18 17
 use Maslosoft\Mangan\Interfaces\Decorators\Model\ModelDecoratorInterface;
19 18
 use Maslosoft\Mangan\Interfaces\Decorators\Property\DecoratorInterface;
Please login to merge, or discard this patch.
src/Events/Event.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Maslosoft\Addendum\Interfaces\AnnotatedInterface;
17 17
 use Maslosoft\Addendum\Utilities\ClassChecker;
18
-use Maslosoft\Hi5Edit\Models\Href;
19
-use Maslosoft\Mangan\Interfaces\EntityManagerInterface;
20 18
 use Maslosoft\Mangan\Interfaces\Events\EventInterface;
21 19
 use Maslosoft\Mangan\Meta\ManganMeta;
22 20
 use ReflectionClass;
Please login to merge, or discard this patch.
src/Decorators/EmbeddedArrayDecorator.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,6 @@
 block discarded – undo
17 17
 use Maslosoft\Mangan\Helpers\DbRefManager;
18 18
 use Maslosoft\Mangan\Interfaces\Decorators\Property\DecoratorInterface;
19 19
 use Maslosoft\Mangan\Interfaces\Transformators\TransformatorInterface;
20
-use Maslosoft\Mangan\Model\DbRef;
21 20
 
22 21
 /**
23 22
  * EmbeddedArrayDecorator
Please login to merge, or discard this patch.
src/Options/EntityOptions.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
 
16 16
 use Maslosoft\Mangan\Helpers\PropertyMaker;
17 17
 use Maslosoft\Mangan\Mangan;
18
-use Maslosoft\Mangan\Meta\DocumentTypeMeta;
19 18
 use Maslosoft\Mangan\Meta\ManganMeta;
20 19
 use Maslosoft\Mangan\Traits\Defaults\MongoClientOptions;
21 20
 
Please login to merge, or discard this patch.