@@ -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 | { |
@@ -33,6 +33,10 @@ |
||
33 | 33 | /** @var HelperSet */ |
34 | 34 | private $helperSet; |
35 | 35 | |
36 | + /** |
|
37 | + * @param HelperSet|null $helperSet |
|
38 | + * @param string $helperName |
|
39 | + */ |
|
36 | 40 | public function __construct($helperSet, $helperName) |
37 | 41 | { |
38 | 42 | $this->helperName = $helperName; |
@@ -20,7 +20,6 @@ |
||
20 | 20 | namespace Doctrine\DBAL\Migrations\Configuration\Connection\Loader; |
21 | 21 | |
22 | 22 | |
23 | -use Doctrine\DBAL\DriverManager; |
|
24 | 23 | use Doctrine\DBAL\Migrations\Configuration\Connection\ConnectionLoaderInterface; |
25 | 24 | use Symfony\Component\Console\Helper\HelperSet; |
26 | 25 |