Completed
Branch master (a17b64)
by Rémi
15:50
created
src/System/Proxies/CollectionProxy.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Analogue\ORM\System\Proxies;
4 4
 
5
-use Closure;
6 5
 use CachingIterator;
7 6
 use Analogue\ORM\EntityCollection;
8 7
 use ProxyManager\Proxy\ProxyInterface;
Please login to merge, or discard this patch.
src/System/Wrappers/Wrapper.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 Analogue\ORM\System\InternallyMappable;
6 6
 use Analogue\ORM\System\Proxies\ProxyFactory;
7
-use Analogue\ORM\System\Proxies\CollectionProxy;
8 7
 
9 8
 /**
10 9
  * The Wrapper Class provides a single interface access several Entity types
Please login to merge, or discard this patch.