@@ -122,6 +122,9 @@ |
||
122 | 122 | } |
123 | 123 | } |
124 | 124 | |
125 | + /** |
|
126 | + * @param \Doctrine\DBAL\Migrations\Version[] $migrations |
|
127 | + */ |
|
125 | 128 | private function showVersions($migrations, Configuration $configuration, OutputInterface $output) |
126 | 129 | { |
127 | 130 | $migratedVersions = $configuration->getMigratedVersions(); |
@@ -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 | { |