Completed
Pull Request — master (#407)
by Mike
03:00
created
lib/Doctrine/DBAL/Migrations/Version.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 namespace Doctrine\DBAL\Migrations;
21 21
 
22 22
 use Doctrine\DBAL\Migrations\Configuration\Configuration;
23
-use Doctrine\ORM\Proxy\ProxyFactory;
24 23
 use ProxyManager\Factory\LazyLoadingGhostFactory;
25 24
 
26 25
 /**
Please login to merge, or discard this patch.
lib/Doctrine/DBAL/Migrations/LazySchemaManipulator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-     * @return Schema
41
+     * @return \ProxyManager\Proxy\GhostObjectInterface
42 42
      */
43 43
     public function createFromSchema()
44 44
     {
Please login to merge, or discard this patch.