Completed
Push — master ( 8004f9...06b653 )
by Thibaud
04:58 queued 02:39
created
src/Bundle/DependencyInjection/Builder/CacheDefinitionBuilder.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 Alchemy\PhraseanetBundle\DependencyInjection\Builder;
4 4
 
5 5
 use Doctrine\Common\Cache\ArrayCache;
6
-use Doctrine\Common\Cache\FileCache;
7 6
 use Doctrine\Common\Cache\MemcachedCache;
8 7
 use Doctrine\Common\Cache\PhpFileCache;
9 8
 use Doctrine\Common\Cache\RedisCache;
Please login to merge, or discard this patch.
src/Component/EntityManagerFactory.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
 
77 77
     /**
78 78
      * @param $name
79
-     * @return AbstractRepository
79
+     * @return \ProxyManager\Proxy\VirtualProxyInterface
80 80
      */
81 81
     public function getRepository($name)
82 82
     {
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
     /**
103 103
      * Builds the options array used to build SDK entity managers
104 104
      *
105
-     * @return array
105
+     * @return string
106 106
      */
107 107
     private function getOptions()
108 108
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use ProxyManager\Configuration;
8 8
 use ProxyManager\Factory\LazyLoadingValueHolderFactory;
9 9
 use ProxyManager\Proxy\LazyLoadingInterface;
10
-use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
11 10
 
12 11
 class EntityManagerFactory
13 12
 {
Please login to merge, or discard this patch.