@@ -39,7 +39,7 @@ |
||
39 | 39 | } |
40 | 40 | |
41 | 41 | /** |
42 | - * @return Schema |
|
42 | + * @return \ProxyManager\Proxy\VirtualProxyInterface |
|
43 | 43 | */ |
44 | 44 | public function createFromSchema() |
45 | 45 | { |
@@ -20,7 +20,6 @@ |
||
20 | 20 | namespace Doctrine\DBAL\Migrations; |
21 | 21 | |
22 | 22 | use Doctrine\DBAL\Schema\Schema; |
23 | -use ProxyManager\Factory\LazyLoadingGhostFactory; |
|
24 | 23 | use ProxyManager\Factory\LazyLoadingValueHolderFactory; |
25 | 24 | use ProxyManager\Proxy\LazyLoadingInterface; |
26 | 25 |
@@ -20,7 +20,6 @@ |
||
20 | 20 | namespace Doctrine\DBAL\Migrations; |
21 | 21 | |
22 | 22 | use Doctrine\DBAL\Migrations\Configuration\Configuration; |
23 | -use ProxyManager\Factory\LazyLoadingGhostFactory; |
|
24 | 23 | use ProxyManager\Factory\LazyLoadingValueHolderFactory; |
25 | 24 | |
26 | 25 | /** |