Completed
Branch master (1ea5f5)
by Julián
12:27
created
src/AbstractManagerBuilder.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -147,7 +147,7 @@
 block discarded – undo
147 147
      * Retrieve builder option.
148 148
      *
149 149
      * @param string     $option
150
-     * @param mixed|null $default
150
+     * @param string $default
151 151
      *
152 152
      * @return mixed
153 153
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,9 +10,9 @@
 block discarded – undo
10 10
 namespace Jgut\Doctrine\ManagerBuilder;
11 11
 
12 12
 use Doctrine\Common\Annotations\AnnotationRegistry;
13
-use Doctrine\Common\Cache\Cache;
14 13
 use Doctrine\Common\Cache\ApcuCache;
15 14
 use Doctrine\Common\Cache\ArrayCache;
15
+use Doctrine\Common\Cache\Cache;
16 16
 use Doctrine\Common\Cache\MemcacheCache;
17 17
 use Doctrine\Common\Cache\RedisCache;
18 18
 use Doctrine\Common\Cache\XcacheCache;
Please login to merge, or discard this patch.